AWS::Lex::Bot InitialResponseSetting
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CodeHook" :
DialogCodeHookInvocationSetting
, "Conditional" :ConditionalSpecification
, "InitialResponse" :ResponseSpecification
, "NextStep" :DialogState
}
YAML
CodeHook:
DialogCodeHookInvocationSetting
Conditional:ConditionalSpecification
InitialResponse:ResponseSpecification
NextStep:DialogState
Properties
CodeHook
-
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Required: No
Type: DialogCodeHookInvocationSetting
Update requires: No interruption
Conditional
-
Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
Required: No
Type: ConditionalSpecification
Update requires: No interruption
InitialResponse
-
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Required: No
Type: ResponseSpecification
Update requires: No interruption
NextStep
-
The next step in the conversation.
Required: No
Type: DialogState
Update requires: No interruption