We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633c1e8 commit 991392fCopy full SHA for 991392f
telemetry/definitions/commonDefinitions.json
@@ -1021,6 +1021,11 @@
1021
],
1022
"description": "Explict user intent associated with a chat message"
1023
},
1024
+ {
1025
+ "name": "cwsprChatProgrammingLanguage",
1026
+ "type": "string",
1027
+ "description": "Programming language associated with the message"
1028
+ },
1029
{
1030
"name": "databaseCredentials",
1031
"type": "string",
@@ -2057,6 +2062,10 @@
2057
2062
2058
2063
"type": "cwsprChatUserIntent",
2059
2064
"required": false
2065
2066
2067
+ "type": "cwsprChatProgrammingLanguage",
2068
+ "required": false
2060
2069
}
2061
2070
]
2071
0 commit comments