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

FeatureConfig

import type { FeatureConfig } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";
interface FeatureConfig {
agentDesktopEnabled?: boolean;
}

§Properties

§
agentDesktopEnabled?: boolean
[src]

Optional. If true - enables the agent desktop feature. Default is false.