Values_1.DimensionsSourceContains information about the dimensions for a set of metrics.
type nonrec t = {queue : Values_0.QueueReference.t option;Information about the queue for which metrics are returned.
*)channel : Values_0.Channel.t option;The channel used for grouping and filters.
*)routingProfile : RoutingProfileReference.t option;routingStepExpression : RoutingExpression.t option;The expression of a step in a routing criteria.
*)agentStatus : Values_0.AgentStatusIdentifier.t option;Information about the agent status assigned to the user.
*)subtype : Subtype.t option;The subtype of the channel used for the contact.
*)validationTestType : ValidationTestType.t option;The testing and simulation type
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of RoutingExpression.t
| `Structure of (string * [> `String of string ]) list ])
list ]