V2modelsIntentConfirmationSettingElicitationCodeHook

data class V2modelsIntentConfirmationSettingElicitationCodeHook(val enableCodeHookInvocation: Boolean? = null, val invocationLabel: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.