Module Values_0.AnswerMachineDetectionConfigSource

Configuration of the answering machine detection.

Sourcetype nonrec t = {
  1. enableAnswerMachineDetection : Boolean.t option;
    (*

    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.

    *)
  2. awaitAnswerMachinePrompt : Boolean.t option;
    (*

    Wait for the answering machine prompt.

    *)
}
Sourceval make : ?enableAnswerMachineDetection:??? -> ?awaitAnswerMachinePrompt:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t