| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Interpretation |
Interpretation.clone() |
Interpretation |
Interpretation.withIntent(Intent intent)
A list of intents that might satisfy the user's utterance.
|
Interpretation |
Interpretation.withNluConfidence(ConfidenceScore nluConfidence)
Determines the threshold where Amazon Lex will insert the
AMAZON.FallbackIntent,
AMAZON.KendraSearchIntent, or both when returning alternative intents in a response. |
Interpretation |
Interpretation.withSentimentResponse(SentimentResponse sentimentResponse)
The sentiment expressed in an utterance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Interpretation> |
RecognizeTextResult.getInterpretations()
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
List<Interpretation> |
GetSessionResult.getInterpretations()
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
| Modifier and Type | Method and Description |
|---|---|
RecognizeTextResult |
RecognizeTextResult.withInterpretations(Interpretation... interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
GetSessionResult |
GetSessionResult.withInterpretations(Interpretation... interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeTextResult.setInterpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
void |
GetSessionResult.setInterpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
RecognizeTextResult |
RecognizeTextResult.withInterpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
GetSessionResult |
GetSessionResult.withInterpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
Copyright © 2021. All rights reserved.