V2modelsIntentInitialResponseSettingCodeHookArgs

data class V2modelsIntentInitialResponseSettingCodeHookArgs(val active: Output<Boolean>, val enableCodeHookInvocation: Output<Boolean>, val invocationLabel: Output<String>? = null, val postCodeHookSpecification: Output<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationArgs>) : ConvertibleToJava<V2modelsIntentInitialResponseSettingCodeHookArgs>

Constructors

constructor(active: Output<Boolean>, enableCodeHookInvocation: Output<Boolean>, invocationLabel: Output<String>? = null, postCodeHookSpecification: Output<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationArgs>)

Properties

Link copied to clipboard
val active: Output<Boolean>

Whether a dialog code hook is used when the intent is activated.

Link copied to clipboard

Whether a Lambda function should be invoked for the dialog.

Link copied to clipboard
val invocationLabel: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentInitialResponseSettingCodeHookArgs