Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RoutingProfileQueueConfig

import type { RoutingProfileQueueConfig } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

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

interface RoutingProfileQueueConfig {
Delay: number;
Priority: number;
}

§Properties

§
Delay: number
[src]

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.

§
Priority: number
[src]

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

§

Contains information about a queue resource.