Values_0.RoutingProfileQueueConfigSourceContains information about the queue and channel for which priority and delay can be set.
type nonrec t = {queueReference : RoutingProfileQueueReference.t;Contains information about a queue resource.
*)priority : Priority.t;The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
*)delay : Delay.t;The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
*)}val make :
queueReference:RoutingProfileQueueReference.t ->
priority:Priority.t ->
delay:Delay.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Priority.t
| `Structure of
(string * [> `Enum of string | `String of QueueId.t ]) list ])
list ]