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 ( |
| Fields | |
|---|---|
name |
Output only. Identifier. Resource name of the smart notes. Format: |
state |
Output only. Current state. |
startTime |
Output only. Timestamp when the smart notes started. |
endTime |
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 |
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 |
|
|---|---|
|
Gets smart notes by smart note ID. |
|
Lists the set of smart notes from the conference record. |