Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.DialogAction
-
Packages that use DialogAction Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of DialogAction in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return DialogAction Modifier and Type Method Description DialogActionSessionState. dialogAction()The next step that Amazon Lex V2 should take in the conversation with a user.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type DialogAction Modifier and Type Method Description SessionState.BuilderSessionState.Builder. dialogAction(DialogAction dialogAction)The next step that Amazon Lex V2 should take in the conversation with a user.
-