incomingContext リソースの種類

名前空間: microsoft.graph

着信呼び出しに関連付けられているコンテキストを表します。

プロパティ

プロパティ 説明
sourceParticipantId String 着信呼び出しをトリガーした参加者の ID。 読み取り専用です。
observedParticipantId String 観測中の参加者の ID。 読み取り専用です。
onBehalfOf identitySet 呼び出しが代理で行っている ID。
transferor identitySet 呼び出しを転送した ID。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "sourceParticipantId": "String",
  "observedParticipantId": "String",
  "onBehalfOf": {"@odata.type": "#microsoft.graph.identitySet"},
  "transferor": {"@odata.type": "#microsoft.graph.identitySet"}
}