ChannelProfileWebWidgetConfig
import type { ChannelProfileWebWidgetConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Message for configuration for the web widget.
interface ChannelProfileWebWidgetConfig {
modality?:
| "MODALITY_UNSPECIFIED"
| "CHAT_AND_VOICE"
| "VOICE_ONLY"
| "CHAT_ONLY";
securitySettings?: ChannelProfileWebWidgetConfigSecuritySettings;
theme?: "THEME_UNSPECIFIED" | "LIGHT" | "DARK";
webWidgetTitle?: string;
}