Bot Default Conditional Branch
data class BotDefaultConditionalBranch(val nextStep: BotDialogState? = null, val response: BotResponseSpecification? = null)
A set of actions that Amazon Lex should run if none of the other conditions are met.
Constructors
Link copied to clipboard
fun BotDefaultConditionalBranch(nextStep: BotDialogState? = null, response: BotResponseSpecification? = null)