BotSlotCaptureSetting

data class BotSlotCaptureSetting(val captureConditional: BotConditionalSpecification? = null, val captureNextStep: BotDialogState? = null, val captureResponse: BotResponseSpecification? = null, val codeHook: BotDialogCodeHookInvocationSetting? = null, val elicitationCodeHook: BotElicitationCodeHookInvocationSetting? = null, val failureConditional: BotConditionalSpecification? = null, val failureNextStep: BotDialogState? = null, val failureResponse: BotResponseSpecification? = null)

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

Constructors

Link copied to clipboard
constructor(captureConditional: BotConditionalSpecification? = null, captureNextStep: BotDialogState? = null, captureResponse: BotResponseSpecification? = null, codeHook: BotDialogCodeHookInvocationSetting? = null, elicitationCodeHook: BotElicitationCodeHookInvocationSetting? = null, failureConditional: BotConditionalSpecification? = null, failureNextStep: BotDialogState? = null, failureResponse: BotResponseSpecification? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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