participantEndpoint リソースの種類

名前空間: microsoft.graph.callRecords

呼び出しの参加者エンドポイントを表します。 エンドポイントは、ユーザーまたはユーザーのようなエンティティを表します。 エンドポイントの種類 から継承 します。

プロパティ

プロパティ 説明
userAgent microsoft.graph.callRecords.userAgent このエンドポイントによって報告されたユーザー エージェント。
feedback microsoft.graph.callRecords.userFeedback セッションの品質に関して、このエンドポイントのユーザーが提供するフィードバック。
identity identitySet エンドポイントに関連付けられた ID。

JSON 表記

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

{
  "userAgent": {"@odata.type": "microsoft.graph.callRecords.userAgent"},
  "feedback": {"@odata.type": "microsoft.graph.callRecords.userFeedback"},
  "identity": {"@odata.type": "microsoft.graph.identitySet"}
}