Values_2.RoutingProfileManualAssignmentQueueConfigSummarySourceContains summary information about a routing profile manual assignment 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.
*)channel : Values_0.Channel.t option;The channels this queue supports. Valid Values: CHAT | TASK | EMAIL VOICE is not supported. The information shown below is incorrect. We're working to correct it.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.QueueId.t ]) list ]