重要
/beta バージョンの API は変更される可能性があります。 運用アプリケーションでのこれらの API の使用はサポートされていません。
copilotConversationReference オブジェクトのキー付きマップ。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.copilotConversationReferenceMap",
"key-1": {
"@odata.type": "#microsoft.graph.copilotConversationReference"
},
"key-2": {
"@odata.type": "#microsoft.graph.copilotConversationReference"
}
}