Values.OutboundCallConfigSourceThe configuration used for outbound calls.
type nonrec t = {connectContactFlowId : ContactFlowId.t;connectSourcePhoneNumber : SourcePhoneNumber.t option;connectQueueId : QueueId.t option;answerMachineDetectionConfig : AnswerMachineDetectionConfig.t option;}val make :
?connectSourcePhoneNumber:??? ->
?connectQueueId:??? ->
?answerMachineDetectionConfig:??? ->
connectContactFlowId:ContactFlowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ContactFlowId.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]