Uses of Class
software.amazon.awssdk.services.lexruntime.model.DialogAction
-
Packages that use DialogAction Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of DialogAction in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return DialogAction Modifier and Type Method Description DialogActionGetSessionResponse. dialogAction()Describes the current state of the bot.DialogActionPutSessionRequest. dialogAction()Sets the next action that the bot should take to fulfill the conversation.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type DialogAction Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. dialogAction(DialogAction dialogAction)Describes the current state of the bot.PutSessionRequest.BuilderPutSessionRequest.Builder. dialogAction(DialogAction dialogAction)Sets the next action that the bot should take to fulfill the conversation.
-