incomingContext リソースの種類

名前空間: microsoft.graph

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

プロパティ

プロパティ 説明
observedParticipantId 文字列 観察中の参加者の ID。 読み取り専用です。
onBehalfOf identitySet 呼び出しが代理で行われる ID。
sourceParticipantId 文字列 着信呼び出しをトリガーした参加者の ID。 読み取り専用です。
譲渡 identitySet 呼び出しを転送した ID。

JSON 表記

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

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