Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.Interpretation
-
Packages that use Interpretation Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of Interpretation in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type Interpretation Modifier and Type Method Description List<Interpretation>GetSessionResponse. 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.List<Interpretation>RecognizeTextResponse. interpretations()A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type Interpretation Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. interpretations(Interpretation... interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.IntentResultEvent.BuilderIntentResultEvent.Builder. interpretations(Interpretation... interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.IntentResultEvent.BuilderIntentResultEvent.BuilderImpl. interpretations(Interpretation... interpretations)RecognizeTextResponse.BuilderRecognizeTextResponse.Builder. interpretations(Interpretation... interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type Interpretation Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. interpretations(Collection<Interpretation> interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.IntentResultEvent.BuilderIntentResultEvent.Builder. interpretations(Collection<Interpretation> interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.IntentResultEvent.BuilderIntentResultEvent.BuilderImpl. interpretations(Collection<Interpretation> interpretations)RecognizeTextResponse.BuilderRecognizeTextResponse.Builder. interpretations(Collection<Interpretation> interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
-