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

RoutingProfileQueueConfigSummary

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

Contains summary information about a routing profile queue.

interface RoutingProfileQueueConfigSummary {
Channel: Channel;
Delay: number;
Priority: number;
QueueArn: string;
QueueId: string;
QueueName: string;
}

§Properties

§
Channel: Channel
[src]

The channels this queue supports.

§
Delay: number
[src]

The delay, in seconds, that 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.

§
QueueArn: string
[src]

The Amazon Resource Name (ARN) of the queue.

§
QueueId: string
[src]

The identifier for the queue.

§
QueueName: string
[src]

The name of the queue.