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,

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "docsDestination": {
    object (DocsDestination)
  }
  // End of mutually exclusive fields.
}
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.

Destination of the smart notes. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
docsDestination

object (DocsDestination)

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

End of mutually exclusive fields.

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.