V2models Intent Confirmation Setting Code Hook Args
data class V2modelsIntentConfirmationSettingCodeHookArgs(val active: Output<Boolean>, val enableCodeHookInvocation: Output<Boolean>, val invocationLabel: Output<String>? = null, val postCodeHookSpecification: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationArgs>) : ConvertibleToJava<V2modelsIntentConfirmationSettingCodeHookArgs>
Constructors
Link copied to clipboard
fun V2modelsIntentConfirmationSettingCodeHookArgs(active: Output<Boolean>, enableCodeHookInvocation: Output<Boolean>, invocationLabel: Output<String>? = null, postCodeHookSpecification: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationArgs>)
Functions
Properties
Link copied to clipboard