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: List of MessageGroup
Maximum:
5Update requires: No interruption