Work IQ - copilotConversationReference リソースの種類

重要

/beta バージョンの API は変更される可能性があります。 運用アプリケーションでのこれらの API の使用はサポートされていません。

会話参照を表します。

プロパティ

プロパティ 型 説明
isCitedInResponse ブール型 TODO: 説明を追加する
sensitivityLabel searchSensitivityLabelInfo TODO: 説明を追加する
targetLink 文字列 TODO: 説明を追加する

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.copilotConversationReference",
  "targetLink": "String",
  "sensitivityLabel": {
    "@odata.type": "microsoft.graph.searchSensitivityLabelInfo"
  },
  "isCitedInResponse": true
}