SmartNotesConfig
import type { SmartNotesConfig } from "https://googleapis.deno.dev/v1/meet:v2.ts";
Configuration related to smart notes in a meeting space. For more information about smart notes, see "Take notes for me" in Google Meet.
interface SmartNotesConfig {
autoSmartNotesGeneration?: "AUTO_GENERATION_TYPE_UNSPECIFIED" | "ON" | "OFF";
}