SlotCaptureSetting - Amazon Lex API Reference

SlotCaptureSetting

Settings used when Amazon Lex successfully captures a slot value from a user.

Contents

captureConditional

A list of conditional branches to evaluate after the slot value is captured.

Type: ConditionalSpecification object

Required: No

captureNextStep

Specifies the next step that the bot runs when the slot value is captured before the code hook times out.

Type: DialogState object

Required: No

captureResponse

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

Type: ResponseSpecification object

Required: No

codeHook

Code hook called after Amazon Lex successfully captures a slot value.

Type: DialogCodeHookInvocationSetting object

Required: No

elicitationCodeHook

Code hook called when Amazon Lex doesn't capture a slot value.

Type: ElicitationCodeHookInvocationSetting object

Required: No

failureConditional

A list of conditional branches to evaluate when the slot value isn't captured.

Type: ConditionalSpecification object

Required: No

failureNextStep

Specifies the next step that the bot runs when the slot value code is not recognized.

Type: DialogState object

Required: No

failureResponse

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

Type: ResponseSpecification object

Required: No

See Also

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