Text name for the note type
Unique type id (UUID) for the note type, maps to a SkipAPIAgentNoteType that was passed in the SkipAPIRequest
Date/Time the note was initially created
Unique identifier for the note
The text of the note
This type field contains the scope of the note, either Global or User
Date/Time the note was last updated
The name of the user that the note is associated with, only populated if type === 'User'
The unique identifier for the user that the note is associated with, only populated if type === 'User'
Defines the shape of an individual Agent note that is stored in MJ that can be passed to Skip for additional context.