V2modelsIntentConfirmationSettingElicitationCodeHookArgs

data class V2modelsIntentConfirmationSettingElicitationCodeHookArgs(val enableCodeHookInvocation: Output<Boolean>? = null, val invocationLabel: Output<String>? = null) : ConvertibleToJava<V2modelsIntentConfirmationSettingElicitationCodeHookArgs>

Constructors

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

Properties

Link copied to clipboard
val enableCodeHookInvocation: Output<Boolean>? = null

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.

Functions

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