Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
}