BotConditionalBranch

data class BotConditionalBranch(val condition: BotCondition, val name: String, val nextStep: BotDialogState, val response: BotResponseSpecification? = null)

A set of actions that Amazon Lex should run if the condition is matched.

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

Contains the expression to evaluate. If the condition is true, the branch's actions are taken.

Link copied to clipboard

The name of the branch.

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.