Bot Conditional Branch
data class BotConditionalBranch(val condition: BotCondition, val name: String, val nextStep: BotDialogState, val response: BotResponseSpecification? = null)
Constructors
Link copied to clipboard
constructor(condition: BotCondition, name: String, nextStep: BotDialogState, response: BotResponseSpecification? = null)