Skip to content

Commit 59b7eec

Browse files
committed
Addressing comments
1 parent e1af12b commit 59b7eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@
10211021
"viewDiff"
10221022
],
10231023
"type": "string",
1024-
"description": "Indicates the specific interaction type with a message in a conversation"
1024+
"description": "(Deprecated, use `interactionType` instead.) User interaction type, especially for AI-related features."
10251025
},
10261026
{
10271027
"name": "cwsprChatMessageId",
@@ -1428,7 +1428,7 @@
14281428
{
14291429
"name": "interactionType",
14301430
"type": "string",
1431-
"description": "User can click on thumbs up / down or comment or give rating to share feedback.",
1431+
"description": "User interaction, especially for AI-related features.",
14321432
"allowedValues": [
14331433
"downvote",
14341434
"upvote"

0 commit comments

Comments
 (0)