Module Values_0.RoutingProfileQueueConfigSource

Contains information about the queue and channel for which priority and delay can be set.

Sourcetype nonrec t = {
  1. queueReference : RoutingProfileQueueReference.t;
    (*

    Contains information about a queue resource.

    *)
  2. priority : Priority.t;
    (*

    The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.

    *)
  3. delay : Delay.t;
    (*

    The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.

    *)
}
Sourceval context_ : string
Sourceval make : queueReference:RoutingProfileQueueReference.t -> priority:Priority.t -> delay:Delay.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Priority.t | `Structure of (string * [> `Enum of string | `String of QueueId.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