Interface AnsweringMachineDetectionQuery


public interface AnsweringMachineDetectionQuery
The amd object enables Answering Machine Detection (AMD) and sets whether it works synchronously or asychronously.
  • Method Details

    • getEnabled

      Boolean getEnabled()
      If set to true, then AMD is enabled for the call.
      Returns:
      enabled
    • getAsync

      Boolean getAsync()
      Determines if AMD is set to operate synchronously or asychronously. Refer to the AMD documentation for more information about this setting.
      Returns:
      async
    • builder

      Getting builder
      Returns:
      New Builder instance