V2models Intent Confirmation Setting Code Hook
data class V2modelsIntentConfirmationSettingCodeHook(val active: Boolean, val enableCodeHookInvocation: Boolean, val invocationLabel: String? = null, val postCodeHookSpecification: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification)
Constructors
Link copied to clipboard
fun V2modelsIntentConfirmationSettingCodeHook(active: Boolean, enableCodeHookInvocation: Boolean, invocationLabel: String? = null, postCodeHookSpecification: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification)