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:
ResponseSpecification
Conditional:ConditionalSpecification
IsActive:Boolean
NextStep: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
nextStep
attribute 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
IsActive
field 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