V2modelsIntentConfirmationSettingElicitationCodeHookArgs

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

Constructors

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

Functions

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

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.