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>
The current state of the conversation with the user.
Constructors
Link copied to clipboard
constructor(dialogAction: Output<BotDialogActionArgs>? = null, intent: Output<BotIntentOverrideArgs>? = null, sessionAttributes: Output<List<BotSessionAttributeArgs>>? = null)