V2modelsIntentInitialResponseSettingCodeHook

data class V2modelsIntentInitialResponseSettingCodeHook(val active: Boolean, val enableCodeHookInvocation: Boolean, val invocationLabel: String? = null, val postCodeHookSpecification: V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification)

Constructors

constructor(active: Boolean, enableCodeHookInvocation: Boolean, invocationLabel: String? = null, postCodeHookSpecification: V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: 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.