Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.Intent
-
Packages that use Intent Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of Intent in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return Intent Modifier and Type Method Description IntentInterpretation. intent()A list of intents that might satisfy the user's utterance.IntentSessionState. intent()The active intent that Amazon Lex V2 is processing.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type Intent Modifier and Type Method Description Interpretation.BuilderInterpretation.Builder. intent(Intent intent)A list of intents that might satisfy the user's utterance.SessionState.BuilderSessionState.Builder. intent(Intent intent)The active intent that Amazon Lex V2 is processing.
-