Module Values_0.RoutingProfileQueueReferenceSource

Contains the channel and queue identifier for a routing profile.

Sourcetype nonrec t = {
  1. queueId : QueueId.t;
    (*

    The identifier for the queue.

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

    The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

    *)
}
Sourceval context_ : string
Sourceval make : queueId:QueueId.t -> channel:Channel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of QueueId.t ]) 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