participantEndpoint 资源类型

命名空间:microsoft.graph.callRecords

表示呼叫中的参与者终结点。 终结点表示用户或类似用户的实体。 继承自 终结点 类型。

属性

属性 类型 说明
userAgent microsoft.graph.callRecords.userAgent 此终结点报告的用户代理。
反馈 microsoft.graph.callRecords.userFeedback 此终结点的用户提供有关会话质量的反馈。
identity identitySet 与终结点关联的标识。

JSON 表示形式

下面是资源的 JSON 表示形式。

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