Edit

Work IQ - copilotConversationReference resource type

Important

APIs under the /beta version are subject to change. Use of these APIs in production applications isn't supported.

Represents a conversation reference.

Properties

Property Type Description
isCitedInResponse Boolean TODO: Add description
sensitivityLabel searchSensitivityLabelInfo TODO: Add description
targetLink String TODO: Add description

JSON representation

The following JSON representation shows the resource type.

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