CampaignAnswerMachineDetectionConfig

data class CampaignAnswerMachineDetectionConfig(val awaitAnswerMachinePrompt: Boolean? = null, val enableAnswerMachineDetection: Boolean)

The configuration used for answering machine detection during outbound calls

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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