Edit

Share via


copilotConversationAttribution resource type

Important

APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.

Describes an attribution in a chat message from the Microsoft 365 Copilot Chat API.

Properties

Property Type Description
attributionSource copilotConversationAttributionSource The attribution source (either grounding or model).
attributionType copilotConversationAttributionType The attribution type (either citation or annotation).
imageFavIcon String The base64-encoded favicon image URL for the attribution.
imageHeight Int32 The height of the image, if included.
imageWebUrl String The URL for the attribution image, if included.
imageWidth Int32 The width of the image, if included.
providerDisplayName String Display text for the provider of the attribution.
seeMoreWebUrl String The URL for the attribution.

copilotConversationAttributionType enumeration

An evolvable enumeration with the following possible values.

Value
citation
annotation

copilotConversationAttributionSource enumeration

An evolvable enumeration with the following possible values.

Value
grounding
model

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.copilotConversationAttribution",
  "attributionType": "String",
  "providerDisplayName": "String",
  "attributionSource": "String",
  "seeMoreWebUrl": "String",
  "imageWebUrl": "String",
  "imageFavIcon": "String",
  "imageWidth": "Int32",
  "imageHeight": "Int32"
}