AWS::Lex::Bot DefaultConditionalBranch
A set of actions that Amazon Lex should run if none of the other conditions are met.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NextStep" :
DialogState
, "Response" :ResponseSpecification
}
Properties
NextStep
-
The next step in the conversation.
Required: No
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