| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
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.nluConfidence(ConfidenceScore nluConfidence)
Determines the threshold where Amazon Lex will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a response. |
default Interpretation.Builder |
Interpretation.Builder.nluConfidence(Consumer<ConfidenceScore.Builder> nluConfidence)
Determines the threshold where Amazon Lex 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() |
| Modifier and Type | Method and Description |
|---|---|
List<Interpretation.Builder> |
IntentResultEvent.BuilderImpl.getInterpretations() |
static Class<? extends Interpretation.Builder> |
Interpretation.serializableBuilderClass() |
Copyright © 2021. All rights reserved.