Bot Dialog State Args
data class BotDialogStateArgs(val dialogAction: Output<BotDialogActionArgs>? = null, val intent: Output<BotIntentOverrideArgs>? = null, val sessionAttributes: Output<List<BotSessionAttributeArgs>>? = null) : ConvertibleToJava<BotDialogStateArgs>
Constructors
Link copied to clipboard
constructor(dialogAction: Output<BotDialogActionArgs>? = null, intent: Output<BotIntentOverrideArgs>? = null, sessionAttributes: Output<List<BotSessionAttributeArgs>>? = null)
Properties
Link copied to clipboard
Defines the action that the bot executes at runtime when the conversation reaches this step.
Link copied to clipboard
Override settings to configure the intent state.
Link copied to clipboard
Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.