Module Values.TelephonyOutboundConfigSource

Default Telephony Outbound config

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