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

UserQuickConnectConfig

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

Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.

interface UserQuickConnectConfig {
ContactFlowId: string;
UserId: string;
}

§Properties

§
ContactFlowId: string
[src]

The identifier of the contact flow.

§
UserId: string
[src]

The identifier of the user.