FeatureConfigCopyimport 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.