| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Interpretation> |
GetSessionResponse.interpretations()
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
List<Interpretation> |
RecognizeTextResponse.interpretations()
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
List<Interpretation> |
IntentResultEvent.interpretations()
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.interpretations(Interpretation... interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.interpretations(Interpretation... interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Interpretation... interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Interpretation... interpretations) |
| Modifier and Type | Method and Description |
|---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.interpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.interpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Collection<Interpretation> interpretations) |
Copyright © 2022. All rights reserved.