Bot Dialog Action Args
data class BotDialogActionArgs(val slotToElicit: Output<String>? = null, val suppressNextMessage: Output<Boolean>? = null, val type: Output<BotDialogActionType>) : ConvertibleToJava<BotDialogActionArgs>
Defines the action that the bot executes at runtime when the conversation reaches this step.
Constructors
Link copied to clipboard
constructor(slotToElicit: Output<String>? = null, suppressNextMessage: Output<Boolean>? = null, type: Output<BotDialogActionType>)