This is the new AWS 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 MessageGroup
Provides one or more messages that Amazon Lex should send to the user.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Message" :Message, "Variations" :[ Message, ... ]}
YAML
Message:MessageVariations:- Message
Properties
Message-
The primary message that Amazon Lex should send to the user.
Required: Yes
Type: Message
Update requires: No interruption
Variations-
Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.
Required: No
Type: Array of Message
Maximum:
2Update requires: No interruption