Values_2.RoutingProfileQueueConfigSummarySourceContains summary information about a routing profile queue.
type nonrec t = {queueId : Values_0.QueueId.t option;The identifier for the queue.
*)queueArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the queue.
*)queueName : QueueName.t option;The name of the queue.
*)priority : Values_0.Priority.t option;The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
*)delay : Values_0.Delay.t option;The delay, in seconds, that 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.
*)channel : Values_0.Channel.t option;The channels this queue supports.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Priority.t
| `String of Values_0.QueueId.t ])
list ]