|
1021 | 1021 | "viewDiff"
|
1022 | 1022 | ],
|
1023 | 1023 | "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." |
1025 | 1025 | },
|
1026 | 1026 | {
|
1027 | 1027 | "name": "cwsprChatMessageId",
|
|
1251 | 1251 | "description": "The id of the feature the user is interacting in. See also: `component`, `featureId`, `module`, `resourceType`.",
|
1252 | 1252 | "allowedValues": [
|
1253 | 1253 | "amazonQ",
|
| 1254 | + "amazonQTest", |
| 1255 | + "amazonQReview", |
1254 | 1256 | "awsExplorer",
|
1255 | 1257 | "awsToolkit",
|
1256 | 1258 | "codewhisperer",
|
|
1423 | 1425 | ],
|
1424 | 1426 | "description": "User-selected time range type while starting an insights query"
|
1425 | 1427 | },
|
| 1428 | + { |
| 1429 | + "name": "interactionType", |
| 1430 | + "type": "string", |
| 1431 | + "description": "User interaction, especially for AI-related features.", |
| 1432 | + "allowedValues": [ |
| 1433 | + "acceptDiff", |
| 1434 | + "insertAtCursor", |
| 1435 | + "copySnippet", |
| 1436 | + "copy", |
| 1437 | + "clickLink", |
| 1438 | + "clickFollowUp", |
| 1439 | + "hoverReference", |
| 1440 | + "upvote", |
| 1441 | + "downvote", |
| 1442 | + "clickBodyLink", |
| 1443 | + "viewDiff" |
| 1444 | + ] |
| 1445 | + }, |
1426 | 1446 | {
|
1427 | 1447 | "name": "invalidInputFields",
|
1428 | 1448 | "type": "string",
|
|
1977 | 1997 | }
|
1978 | 1998 | ]
|
1979 | 1999 | },
|
1980 |
| - { |
1981 |
| - "name": "amazonq_approachThumbsDown", |
1982 |
| - "description": "User clicked on the thumbs down button to say that they are unsatisfied", |
1983 |
| - "unit": "Count", |
1984 |
| - "metadata": [ |
1985 |
| - { |
1986 |
| - "type": "amazonqConversationId" |
1987 |
| - }, |
1988 |
| - { |
1989 |
| - "type": "credentialStartUrl", |
1990 |
| - "required": false |
1991 |
| - } |
1992 |
| - ] |
1993 |
| - }, |
1994 |
| - { |
1995 |
| - "name": "amazonq_approachThumbsUp", |
1996 |
| - "description": "User clicked on the thumbs up button, to mention that they are satisfied", |
1997 |
| - "unit": "Count", |
1998 |
| - "metadata": [ |
1999 |
| - { |
2000 |
| - "type": "amazonqConversationId" |
2001 |
| - }, |
2002 |
| - { |
2003 |
| - "type": "credentialStartUrl", |
2004 |
| - "required": false |
2005 |
| - } |
2006 |
| - ] |
2007 |
| - }, |
2008 | 2000 | {
|
2009 | 2001 | "name": "amazonq_bundleExtensionIgnored",
|
2010 | 2002 | "description": "File extension was ignored 'count' many times during bundling process",
|
|
2156 | 2148 | }
|
2157 | 2149 | ]
|
2158 | 2150 | },
|
| 2151 | + { |
| 2152 | + "name": "amazonq_feedback", |
| 2153 | + "description": "When a user gives feedback using vote or comment or rating in the conversation", |
| 2154 | + "metadata": [ |
| 2155 | + { |
| 2156 | + "type": "amazonqConversationId", |
| 2157 | + "required": false |
| 2158 | + }, |
| 2159 | + { |
| 2160 | + "type": "credentialStartUrl", |
| 2161 | + "required": false |
| 2162 | + }, |
| 2163 | + { |
| 2164 | + "type": "featureId" |
| 2165 | + }, |
| 2166 | + { |
| 2167 | + "type": "interactionType", |
| 2168 | + "required": false |
| 2169 | + } |
| 2170 | + ] |
| 2171 | + }, |
2159 | 2172 | {
|
2160 | 2173 | "name": "amazonq_interactWithMessage",
|
2161 | 2174 | "description": "When a user interacts with a message in the conversation",
|
|
0 commit comments