Values_0.AssociateRoutingProfileQueuesRequestSourceAssociates a set of queues with a routing profile.
type nonrec t = {instanceId : InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)routingProfileId : RoutingProfileId.t;The identifier of the routing profile.
*)queueConfigs : RoutingProfileQueueConfigList.t option;The queues to associate with this routing profile.
*)manualAssignmentQueueConfigs : RoutingProfileManualAssignmentQueueConfigList.t
option;The manual assignment queues to associate with this routing profile. Note: Use this config for chat, email, and task contacts. It does not support voice contacts.
*)}val make :
?queueConfigs:??? ->
?manualAssignmentQueueConfigs:??? ->
instanceId:InstanceId.t ->
routingProfileId:RoutingProfileId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Priority.t
| `Structure of
(string * [> `Enum of string | `String of QueueId.t ])
list ])
list ]
list
| `String of InstanceId.t ])
list ]