REST Resource: conferenceRecords.smartNotes

Resource: SmartNote

Metadata for a smart note generated from a conference. It refers to the notes generated from Take Notes with Gemini during the conference.

JSON representation
{
  "name": string,
  "state": enum (State),
  "startTime": string,
  "endTime": string,

  "docsDestination": {
    object (DocsDestination)
  }
}
Fields
name

string

Output only. Identifier. Resource name of the smart notes. Format: conferenceRecords/{conferenceRecord}/smartNotes/{smartNote}, where {smartNote} is a 1:1 mapping to each unique smart notes session of the conference.

state

enum (State)

Output only. Current state.

startTime

string (Timestamp format)

Output only. Timestamp when the smart notes started.

endTime

string (Timestamp format)

Output only. Timestamp when the smart notes stopped.

Union field destination. Destination of the smart notes. destination can be only one of the following:
docsDestination

object (DocsDestination)

Output only. The Google Doc destination where the smart notes are saved.

State

Current state of the smart notes session.

Enums
STATE_UNSPECIFIED Default, never used.
STARTED An active smart notes session has started.
ENDED This smart notes session has ended, but the smart notes file hasn't been generated yet.
FILE_GENERATED Smart notes file is generated and ready to download.

Methods

get

Gets smart notes by smart note ID.

list

Lists the set of smart notes from the conference record.