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 DialogState
The current state of the conversation with the user.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DialogAction" :DialogAction, "Intent" :IntentOverride, "SessionAttributes" :[ SessionAttribute, ... ]}
Properties
DialogAction-
Defines the action that the bot executes at runtime when the conversation reaches this step.
Required: No
Type: DialogAction
Update requires: No interruption
Intent-
Override settings to configure the intent state.
Required: No
Type: IntentOverride
Update requires: No interruption
SessionAttributes-
Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
Required: No
Type: Array of SessionAttribute
Update requires: No interruption