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

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";
theme?: "THEME_UNSPECIFIED" | "LIGHT" | "DARK";
webWidgetTitle?: string;
}

§Properties

§
modality?: "MODALITY_UNSPECIFIED" | "CHAT_AND_VOICE" | "VOICE_ONLY" | "CHAT_ONLY"
[src]

Optional. The modality of the web widget.

§

Optional. The security settings of the web widget.

§
theme?: "THEME_UNSPECIFIED" | "LIGHT" | "DARK"
[src]

Optional. The theme of the web widget.

§
webWidgetTitle?: string
[src]

Optional. The title of the web widget.