重要
/beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。
Microsoft 365 Copilot Chat API からのチャット メッセージ内の属性について説明します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
attributionSource |
copilotConversationAttributionSource | 属性ソース (接地またはモデル)。 |
attributionType |
copilotConversationAttributionType | 属性の種類 (引用または注釈)。 |
imageFavIcon |
文字列 | 属性の base64 でエンコードされた favicon イメージ URL。 |
imageHeight |
Int32 | 画像の高さ (含まれている場合)。 |
imageWebUrl |
文字列 | 属性イメージの URL (含まれている場合)。 |
imageWidth |
Int32 | 画像の幅 (含まれている場合)。 |
providerDisplayName |
文字列 | 属性のプロバイダーのテキストを表示します。 |
seeMoreWebUrl |
文字列 | 属性の URL。 |
copilotConversationAttributionType 列挙型
次の可能な値を持つ 進化可能な列挙体 。
| 値 |
|---|
citation |
annotation |
copilotConversationAttributionSource 列挙型
次の可能な値を持つ 進化可能な列挙体 。
| 値 |
|---|
grounding |
model |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.copilotConversationAttribution",
"attributionType": "String",
"providerDisplayName": "String",
"attributionSource": "String",
"seeMoreWebUrl": "String",
"imageWebUrl": "String",
"imageFavIcon": "String",
"imageWidth": "Int32",
"imageHeight": "Int32"
}