incomingContext resource type
Namespace: microsoft.graph
Represents the context associated with an incoming call.
Properties
Property | Type | Description |
---|---|---|
observedParticipantId | String | The ID of the participant that is under observation. Read-only. |
onBehalfOf | identitySet | The identity that the call is happening on behalf of. |
sourceParticipantId | String | The ID of the participant that triggered the incoming call. Read-only. |
transferor | identitySet | The identity that transferred the call. |
JSON representation
The following JSON representation shows the resource type.
{
"sourceParticipantId": "String",
"observedParticipantId": "String",
"onBehalfOf": {"@odata.type": "#microsoft.graph.identitySet"},
"transferor": {"@odata.type": "#microsoft.graph.identitySet"}
}