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

RoutingProfileQueueReference

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

Contains the channel and queue identifier for a routing profile.

interface RoutingProfileQueueReference {
Channel: Channel;
QueueId: string;
}

§Properties

§
Channel: Channel
[src]

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

§
QueueId: string
[src]

The identifier for the queue.