InitialResponseSetting - Amazon Lex API Reference

InitialResponseSetting

Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.

Contents

codeHook

Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.

Type: DialogCodeHookInvocationSetting object

Required: No

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.

Type: ConditionalSpecification object

Required: No

initialResponse

Specifies a list of message groups that Amazon Lex uses to respond the user input.

Type: ResponseSpecification object

Required: No

nextStep

The next step in the conversation.

Type: DialogState object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: