V2modelsIntentDialogCodeHookArgs

data class V2modelsIntentDialogCodeHookArgs(val enabled: Output<Boolean>) : ConvertibleToJava<V2modelsIntentDialogCodeHookArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Enables the dialog code hook so that it processes user requests.

Functions

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