Partager via


Type de ressource copilotConversationAttribution

Importante

Les API sous la /beta version sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge.

Décrit une attribution dans un message de conversation à partir de l’API Microsoft 365 Copilot Chat.

Propriétés

Propriété Type Description
attributionSource copilotConversationAttributionSource Source d’attribution (mise à la terre ou modèle).
attributionType copilotConversationAttributionType Type d’attribution (citation ou annotation).
imageFavIcon String URL de l’image favicon codée en base64 pour l’attribution.
imageHeight Int32 Hauteur de l’image, si elle est incluse.
imageWebUrl String URL de l’image d’attribution, si elle est incluse.
imageWidth Int32 Largeur de l’image, si elle est incluse.
providerDisplayName String Afficher le texte du fournisseur de l’attribution.
seeMoreWebUrl String URL de l’attribution.

copilotConversationAttributionType, énumération

Énumération évolutive avec les valeurs possibles suivantes.

Valeur
citation
annotation

copilotConversationAttributionSource, énumération

Énumération évolutive avec les valeurs possibles suivantes.

Valeur
grounding
model

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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