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

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";
}

§Properties

§
autoSmartNotesGeneration?: "AUTO_GENERATION_TYPE_UNSPECIFIED" | "ON" | "OFF"
[src]

Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting.