Module Values_1.DimensionsSource

Contains information about the dimensions for a set of metrics.

Sourcetype nonrec t = {
  1. queue : Values_0.QueueReference.t option;
    (*

    Information about the queue for which metrics are returned.

    *)
  2. channel : Values_0.Channel.t option;
    (*

    The channel used for grouping and filters.

    *)
  3. routingProfile : RoutingProfileReference.t option;
  4. routingStepExpression : RoutingExpression.t option;
    (*

    The expression of a step in a routing criteria.

    *)
  5. agentStatus : Values_0.AgentStatusIdentifier.t option;
    (*

    Information about the agent status assigned to the user.

    *)
  6. subtype : Subtype.t option;
    (*

    The subtype of the channel used for the contact.

    *)
  7. validationTestType : ValidationTestType.t option;
    (*

    The testing and simulation type

    *)
}
Sourceval make : ?queue:??? -> ?channel:??? -> ?routingProfile:??? -> ?routingStepExpression:??? -> ?agentStatus:??? -> ?subtype:??? -> ?validationTestType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoutingExpression.t | `Structure of (string * [> `String of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t