V2models Intent Confirmation Setting Code Hook Args
data class V2modelsIntentConfirmationSettingCodeHookArgs(val active: Output<Boolean>, val enableCodeHookInvocation: Output<Boolean>, val invocationLabel: Output<String>? = null, val postCodeHookSpecification: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationArgs>) : ConvertibleToJava<V2modelsIntentConfirmationSettingCodeHookArgs>
Constructors
Link copied to clipboard
constructor(active: Output<Boolean>, enableCodeHookInvocation: Output<Boolean>, invocationLabel: Output<String>? = null, postCodeHookSpecification: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationArgs>)
Properties
Link copied to clipboard
Whether a Lambda function should be invoked for the dialog.
Link copied to clipboard
Label that indicates the dialog step from which the dialog code hook is happening.
Link copied to clipboard
val postCodeHookSpecification: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationArgs>
Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See post_code_hook_specification
.