Values.TelephonyOutboundConfigSourceDefault Telephony Outbound config
type nonrec t = {connectContactFlowId : ContactFlowId.t;connectSourcePhoneNumber : SourcePhoneNumber.t option;answerMachineDetectionConfig : AnswerMachineDetectionConfig.t option;ringTimeout : RingTimeout.t option;}val make :
?connectSourcePhoneNumber:??? ->
?answerMachineDetectionConfig:??? ->
?ringTimeout:??? ->
connectContactFlowId:ContactFlowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RingTimeout.t
| `String of ContactFlowId.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]