Edit

Share via


callAiInsight resource type

Important

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

Represents a set of AI insights associated with an online meeting.

Methods

Method Return type Description
List callAiInsight collection Get the list of callAiInsight objects associated with an onlineMeeting.
Get callAiInsight Get a callAiInsight object associated with an onlineMeeting.

Properties

Property Type Description
actionItems actionItem collection The collection of AI-generated action items. Read-only.
callId String The ID for the online meeting call for which the callAiInsight was generated. Read-only.
contentCorrelationId String The unique ID that correlates the transcript from which the insights were generated. Read-only.
createdDateTime DateTimeOffset Date and time at which the corresponding transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
endDateTime DateTimeOffset Date and time at which the corresponding transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
id String The unique identifier for the callAiInsight entity. Read-only.
meetingNotes meetingNote collection The collection of AI-generated meeting notes. Read-only.
viewpoint callAiInsightViewPoint The caller-specific properties of the callAiInsight entity. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.callAiInsight",
  "actionItems": [{"@odata.type": "microsoft.graph.actionItem"}],
  "callId": "String",
  "contentCorrelationId": "String",
  "createdDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "meetingNotes": [{"@odata.type": "microsoft.graph.meetingNote"}],
  "viewpoint": {"@odata.type": "microsoft.graph.callAiInsightViewPoint"}
}