Module Values.OutboundCallConfigSource

The configuration used for outbound calls.

Sourcetype nonrec t = {
  1. connectContactFlowId : ContactFlowId.t;
  2. connectSourcePhoneNumber : SourcePhoneNumber.t option;
  3. connectQueueId : QueueId.t option;
  4. answerMachineDetectionConfig : AnswerMachineDetectionConfig.t option;
}
Sourceval context_ : string
Sourceval make : ?connectSourcePhoneNumber:??? -> ?connectQueueId:??? -> ?answerMachineDetectionConfig:??? -> connectContactFlowId:ContactFlowId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ContactFlowId.t | `Structure of (string * [> `Boolean of Boolean.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