AWS::Lex::Bot MessageGroup - AWS CloudFormation

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, ... ] }

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