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

QueueQuickConnectConfig

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

Contains information about a queue for a quick connect. The contact flow must be of type Transfer to Queue.

interface QueueQuickConnectConfig {
ContactFlowId: string;
QueueId: string;
}

§Properties

§
ContactFlowId: string
[src]

The identifier of the contact flow.

§
QueueId: string
[src]

The identifier for the queue.