V2models Intent Confirmation Setting
data class V2modelsIntentConfirmationSetting(val active: Boolean? = null, val codeHook: V2modelsIntentConfirmationSettingCodeHook? = null, val confirmationConditional: V2modelsIntentConfirmationSettingConfirmationConditional? = null, val confirmationNextStep: V2modelsIntentConfirmationSettingConfirmationNextStep? = null, val confirmationResponse: V2modelsIntentConfirmationSettingConfirmationResponse? = null, val declinationConditional: V2modelsIntentConfirmationSettingDeclinationConditional? = null, val declinationNextStep: V2modelsIntentConfirmationSettingDeclinationNextStep? = null, val declinationResponse: V2modelsIntentConfirmationSettingDeclinationResponse? = null, val elicitationCodeHook: V2modelsIntentConfirmationSettingElicitationCodeHook? = null, val failureConditional: V2modelsIntentConfirmationSettingFailureConditional? = null, val failureNextStep: V2modelsIntentConfirmationSettingFailureNextStep? = null, val failureResponse: V2modelsIntentConfirmationSettingFailureResponse? = null, val promptSpecification: V2modelsIntentConfirmationSettingPromptSpecification)
Constructors
Link copied to clipboard
fun V2modelsIntentConfirmationSetting(active: Boolean? = null, codeHook: V2modelsIntentConfirmationSettingCodeHook? = null, confirmationConditional: V2modelsIntentConfirmationSettingConfirmationConditional? = null, confirmationNextStep: V2modelsIntentConfirmationSettingConfirmationNextStep? = null, confirmationResponse: V2modelsIntentConfirmationSettingConfirmationResponse? = null, declinationConditional: V2modelsIntentConfirmationSettingDeclinationConditional? = null, declinationNextStep: V2modelsIntentConfirmationSettingDeclinationNextStep? = null, declinationResponse: V2modelsIntentConfirmationSettingDeclinationResponse? = null, elicitationCodeHook: V2modelsIntentConfirmationSettingElicitationCodeHook? = null, failureConditional: V2modelsIntentConfirmationSettingFailureConditional? = null, failureNextStep: V2modelsIntentConfirmationSettingFailureNextStep? = null, failureResponse: V2modelsIntentConfirmationSettingFailureResponse? = null, promptSpecification: V2modelsIntentConfirmationSettingPromptSpecification)
Types
Properties
Link copied to clipboard
Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See failure_conditional.