AWS::Lex::Bot ResponseSpecification - AWS CloudFormation

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 AWS CloudFormation template, use the following syntax:

JSON

{ "AllowInterrupt" : Boolean, "MessageGroupsList" : [ 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: 1

Maximum: 5

Update requires: No interruption