Module Values.DialerConfigSource

The possible types of dialer config parameters

Sourcetype nonrec t = {
  1. progressiveDialerConfig : ProgressiveDialerConfig.t option;
  2. predictiveDialerConfig : PredictiveDialerConfig.t option;
  3. agentlessDialerConfig : AgentlessDialerConfig.t option;
}
Sourceval make : ?progressiveDialerConfig:??? -> ?predictiveDialerConfig:??? -> ?agentlessDialerConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of BandwidthAllocation.t ]) 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