This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lex::Bot ResponseSpecification
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllowInterrupt" :Boolean, "MessageGroupsList" :[ MessageGroup, ... ]}
YAML
AllowInterrupt:BooleanMessageGroupsList:- MessageGroup
Properties
AllowInterrupt- 
                    
Indicates whether the user can interrupt a speech response from Amazon Lex.
Required: No
Type: Boolean
Update requires: No interruption
 MessageGroupsList- 
                    
A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.
Required: Yes
Type: Array of MessageGroup
Minimum:
1Maximum:
5Update requires: No interruption