Edit

Share via


callAiInsightViewPoint resource type

Important

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

Represents user-specific properties of a call AI insight. These properties might differ based on who calls the API.

Properties

Property Type Description
mentionEvents mentionEvent collection The collection of AI-generated mention events.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.callAiInsightViewPoint",
  "mentionEvents": [{"@odata.type": "microsoft.graph.mentionEvent"}]
}