Skip to content

Commit 991392f

Browse files
committed
Adding cwsprChatProgrammingLanguage param to amazonq_interactWithMessage event in commonDefinations
1 parent 633c1e8 commit 991392f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,11 @@
10211021
],
10221022
"description": "Explict user intent associated with a chat message"
10231023
},
1024+
{
1025+
"name": "cwsprChatProgrammingLanguage",
1026+
"type": "string",
1027+
"description": "Programming language associated with the message"
1028+
},
10241029
{
10251030
"name": "databaseCredentials",
10261031
"type": "string",
@@ -2057,6 +2062,10 @@
20572062
{
20582063
"type": "cwsprChatUserIntent",
20592064
"required": false
2065+
},
2066+
{
2067+
"type": "cwsprChatProgrammingLanguage",
2068+
"required": false
20602069
}
20612070
]
20622071
},

0 commit comments

Comments
 (0)