Bot Dialog Action Args
data class BotDialogActionArgs(val slotToElicit: Output<String>? = null, val suppressNextMessage: Output<Boolean>? = null, val type: Output<BotDialogActionType>) : ConvertibleToJava<BotDialogActionArgs>
Constructors
Link copied to clipboard
constructor(slotToElicit: Output<String>? = null, suppressNextMessage: Output<Boolean>? = null, type: Output<BotDialogActionType>)