CampaignAnswerMachineDetectionConfigArgs

data class CampaignAnswerMachineDetectionConfigArgs(val awaitAnswerMachinePrompt: Output<Boolean>? = null, val enableAnswerMachineDetection: Output<Boolean>) : ConvertibleToJava<CampaignAnswerMachineDetectionConfigArgs>

The configuration used for answering machine detection during outbound calls

Constructors

Link copied to clipboard
constructor(awaitAnswerMachinePrompt: Output<Boolean>? = null, enableAnswerMachineDetection: Output<Boolean>)

Properties

Link copied to clipboard
val awaitAnswerMachinePrompt: Output<Boolean>? = null

Enables detection of prompts (e.g., beep after after a voicemail greeting)

Link copied to clipboard

Flag to decided whether outbound calls should have answering machine detection enabled or not

Functions

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