Bot Slot Capture Setting Args
data class BotSlotCaptureSettingArgs(val captureConditional: Output<BotConditionalSpecificationArgs>? = null, val captureNextStep: Output<BotDialogStateArgs>? = null, val captureResponse: Output<BotResponseSpecificationArgs>? = null, val codeHook: Output<BotDialogCodeHookInvocationSettingArgs>? = null, val elicitationCodeHook: Output<BotElicitationCodeHookInvocationSettingArgs>? = null, val failureConditional: Output<BotConditionalSpecificationArgs>? = null, val failureNextStep: Output<BotDialogStateArgs>? = null, val failureResponse: Output<BotResponseSpecificationArgs>? = null) : ConvertibleToJava<BotSlotCaptureSettingArgs>
Settings used when Amazon Lex successfully captures a slot value from a user.
Constructors
Link copied to clipboard
fun BotSlotCaptureSettingArgs(captureConditional: Output<BotConditionalSpecificationArgs>? = null, captureNextStep: Output<BotDialogStateArgs>? = null, captureResponse: Output<BotResponseSpecificationArgs>? = null, codeHook: Output<BotDialogCodeHookInvocationSettingArgs>? = null, elicitationCodeHook: Output<BotElicitationCodeHookInvocationSettingArgs>? = null, failureConditional: Output<BotConditionalSpecificationArgs>? = null, failureNextStep: Output<BotDialogStateArgs>? = null, failureResponse: Output<BotResponseSpecificationArgs>? = null)