AWS::Lex::Bot ConditionalBranch - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lex::Bot ConditionalBranch

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

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

Condition

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

Required: Yes

Type: Condition

Update requires: No interruption

Name

The name of the branch.

Required: Yes

Type: String

Pattern: ^([0-9a-zA-Z][_-]?)+$

Minimum: 1

Maximum: 100

Update requires: No interruption

NextStep

The next step in the conversation.

Required: Yes

Type: DialogState

Update requires: No interruption

Response

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

Required: No

Type: ResponseSpecification

Update requires: No interruption