命名空间:microsoft.graph
表示 Microsoft Teams 中的 聊天 (聊天、团队或频道) 的对话。
继承自 标识。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| conversationIdentityType | teamworkConversationIdentityType | 对话类型。 可能的值为: team、 channel、 chat和 unknownFutureValue。 |
| displayName | String | 继承自 标识。 对话的显示名称。 可选。 |
| id | String | 继承自 标识。 对话的 ID。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.teamworkConversationIdentity",
"id": "String (identifier)",
"displayName": "String",
"conversationIdentityType": "String"
}