V2models Intent Confirmation Setting Code Hook
data class V2modelsIntentConfirmationSettingCodeHook(val active: Boolean, val enableCodeHookInvocation: Boolean, val invocationLabel: String? = null, val postCodeHookSpecification: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification)
Constructors
Link copied to clipboard
constructor(active: Boolean, enableCodeHookInvocation: Boolean, invocationLabel: String? = null, postCodeHookSpecification: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification)
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
Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See post_code_hook_specification
.