Module Values_0.AgentsCriteriaSource

Can be used to define a list of preferred agents to target the contact to within the queue. Note that agents must have the queue in their routing profile in order to be offered the contact.

Sourcetype nonrec t = {
  1. agentIds : AgentIds.t option;
    (*

    An object to specify a list of agents, by user ID.

    *)
}
Sourceval make : ?agentIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AgentId.t ] 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