Edit

Share via


meetingNote resource type

Important

APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.

Represents a meeting note associated with a call AI insight.

Properties

Property Type Description
subpoints meetingNoteSubpoint collection A collection of subpoints of the meeting note.
text String The text of the meeting note.
title String The title of the meeting note.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.meetingNote",
  "subpoints": [{"@odata.type": "microsoft.graph.meetingNoteSubpoint"}],
  "text": "String",
  "title": "String"
}