AWS::Lex::Bot MessageGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Lex::Bot MessageGroup

Provides one or more messages that Amazon Lex should send to the user.

Syntax

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

JSON

{ "Message" : Message, "Variations" : [ 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: 2

Update requires: No interruption