Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
APIs under the /beta
version are subject to change. Use of these APIs in production applications is not supported.
Represents a mention event associated with a callAiInsightViewPoint.
Properties
Property | Type | Description |
---|---|---|
eventDateTime |
DateTimeOffset | The date and time of the mention event. 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 . |
speaker |
identitySet | The speaker who mentioned the user. |
transcriptUtterance |
String | The utterance in the online meeting transcript that contains the mention event. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.mentionEvent",
"eventDateTime": "String (timestamp)",
"speaker": {"@odata.type": "microsoft.graph.identitySet"},
"transcriptUtterance": "String"
}