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 IntentClosingSetting
Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ClosingResponse" :ResponseSpecification, "Conditional" :ConditionalSpecification, "IsActive" :Boolean, "NextStep" :DialogState}
YAML
ClosingResponse:ResponseSpecificationConditional:ConditionalSpecificationIsActive:BooleanNextStep:DialogState
Properties
ClosingResponse-
The response that Amazon Lex sends to the user when the intent is complete.
Required: No
Type: ResponseSpecification
Update requires: No interruption
Conditional-
A list of conditional branches associated with the intent's closing response. These branches are executed when the
nextStepattribute is set toEvalutateConditional.Required: No
Type: ConditionalSpecification
Update requires: No interruption
IsActive-
Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the
IsActivefield isn't specified, the default is true.Required: No
Type: Boolean
Update requires: No interruption
NextStep-
Specifies the next step that the bot executes after playing the intent's closing response.
Required: No
Type: DialogState
Update requires: No interruption