Module Values.TelephonyOutboundModeSource

Telephony Outbound Mode

Sourcetype nonrec t = {
  1. progressive : ProgressiveConfig.t option;
  2. predictive : PredictiveConfig.t option;
  3. agentless : AgentlessConfig.t option;
  4. preview : PreviewConfig.t option;
}
Sourceval make : ?progressive:??? -> ?predictive:??? -> ?agentless:??? -> ?preview:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of BandwidthAllocation.t | `List of [> `Enum of string ] list | `Structure of (string * [> `Integer of TimeoutDuration.t ]) list ]) list ]) 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