SmartNote
import type { SmartNote } from "https://googleapis.deno.dev/v1/meet:v2.ts";Metadata for a smart note generated from a conference. It refers to the notes generated from Take Notes with Gemini during the conference.
interface SmartNote {
readonly docsDestination?: DocsDestination;
readonly endTime?: Date;
readonly name?: string;
readonly startTime?: Date;
readonly state?:
} | "STATE_UNSPECIFIED"
| "STARTED"
| "ENDED"
| "FILE_GENERATED";
§Properties
§
readonly docsDestination?: DocsDestination
[src]Output only. The Google Doc destination where the smart notes are saved.