BotDefaultConditionalBranch

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
constructor(nextStep: BotDialogState? = null, response: BotResponseSpecification? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The next step in the conversation.

Link copied to clipboard

Specifies a list of message groups that Amazon Lex uses to respond the user input.