Class SmartNote
Metadata for a smart note generated from a conference. It refers to the notes
generated from Take Notes with Gemini during the conference.
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class SmartNote : IMessage<SmartNote>, IEquatable<SmartNote>, IDeepCloneable<SmartNote>, IBufferMessage, IMessage
Constructors
SmartNote()
Declaration
SmartNote(SmartNote)
Declaration
public SmartNote(SmartNote other)
Parameters
Properties
DestinationCase
Declaration
public SmartNote.DestinationOneofCase DestinationCase { get; }
Property Value
DocsDestination
Output only. The Google Doc destination where the smart notes are saved.
Declaration
public DocsDestination DocsDestination { get; set; }
Property Value
EndTime
Output only. Timestamp when the smart notes stopped.
Declaration
public Timestamp EndTime { get; set; }
Property Value
Name
Output only. Identifier. Resource name of the smart notes.
Format: conferenceRecords/{conference_record}/smartNotes/{smart_note},
where {smart_note} is a 1:1 mapping to each unique smart notes session
of the conference.
Declaration
public string Name { get; set; }
Property Value
SmartNoteName
Declaration
public SmartNoteName SmartNoteName { get; set; }
Property Value
StartTime
Output only. Timestamp when the smart notes started.
Declaration
public Timestamp StartTime { get; set; }
Property Value
State
Output only. Current state.
Declaration
public SmartNote.Types.State State { get; set; }
Property Value