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