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