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