static Interpretation.Builder |
Interpretation.builder() |
|
default Interpretation.Builder |
Interpretation.Builder.intent(Consumer<Intent.Builder> intent) |
A list of intents that might satisfy the user's utterance.
|
Interpretation.Builder |
Interpretation.Builder.intent(Intent intent) |
A list of intents that might satisfy the user's utterance.
|
Interpretation.Builder |
Interpretation.Builder.interpretationSource(String interpretationSource) |
Specifies the service that interpreted the input.
|
Interpretation.Builder |
Interpretation.Builder.interpretationSource(InterpretationSource interpretationSource) |
Specifies the service that interpreted the input.
|
default Interpretation.Builder |
Interpretation.Builder.nluConfidence(Consumer<ConfidenceScore.Builder> nluConfidence) |
Determines the threshold where Amazon Lex V2 will insert the AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a response.
|
Interpretation.Builder |
Interpretation.Builder.nluConfidence(ConfidenceScore nluConfidence) |
Determines the threshold where Amazon Lex V2 will insert the AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a response.
|
default Interpretation.Builder |
Interpretation.Builder.sentimentResponse(Consumer<SentimentResponse.Builder> sentimentResponse) |
The sentiment expressed in an utterance.
|
Interpretation.Builder |
Interpretation.Builder.sentimentResponse(SentimentResponse sentimentResponse) |
The sentiment expressed in an utterance.
|
Interpretation.Builder |
Interpretation.toBuilder() |
|