BotConditionalBranch

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard