Interface AnswerMachineDetectionConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnswerMachineDetectionConfig.Builder,AnswerMachineDetectionConfig>, SdkBuilder<AnswerMachineDetectionConfig.Builder,AnswerMachineDetectionConfig>, SdkPojo
Enclosing class:
AnswerMachineDetectionConfig

public static interface AnswerMachineDetectionConfig.Builder extends SdkPojo, CopyableBuilder<AnswerMachineDetectionConfig.Builder,AnswerMachineDetectionConfig>
  • Method Details

    • enableAnswerMachineDetection

      AnswerMachineDetectionConfig.Builder enableAnswerMachineDetection(Boolean enableAnswerMachineDetection)

      The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.

      Parameters:
      enableAnswerMachineDetection - The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awaitAnswerMachinePrompt

      AnswerMachineDetectionConfig.Builder awaitAnswerMachinePrompt(Boolean awaitAnswerMachinePrompt)

      Wait for the answering machine prompt.

      Parameters:
      awaitAnswerMachinePrompt - Wait for the answering machine prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.