Values.CreateCampaignRequestSourceThe request for Create Campaign API.
type nonrec t = {name : CampaignName.t;connectInstanceId : InstanceId.t;dialerConfig : DialerConfig.t;outboundCallConfig : OutboundCallConfig.t;}val make :
?tags:??? ->
name:CampaignName.t ->
connectInstanceId:InstanceId.t ->
dialerConfig:DialerConfig.t ->
outboundCallConfig:OutboundCallConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CampaignName.t
| `Structure of
(string
* [> `String of ContactFlowId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of BandwidthAllocation.t ])
list ])
list ])
list ]