V2models Intent Confirmation Setting Code Hook Post Code Hook Specification Success Conditional
data class V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional(val active: Boolean, val conditionalBranches: List<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch>? = null, val defaultBranch: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch)
Constructors
Link copied to clipboard
constructor(active: Boolean, conditionalBranches: List<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch>? = null, defaultBranch: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch)
Properties
Link copied to clipboard
val conditionalBranches: List<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch>? = null
Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See conditional_branch
.
Link copied to clipboard
val defaultBranch: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch
Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See default_branch
.