|
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",
|
|
1870 | 1872 | "type": "string",
|
1871 | 1873 | "description": "A generic version metadata"
|
1872 | 1874 | },
|
| 1875 | + { |
| 1876 | + "name": "vote", |
| 1877 | + "type": "string", |
| 1878 | + "description": "User can click on thumbs up or thumbs down for feedback.", |
| 1879 | + "allowedValues": [ |
| 1880 | + "upvote", |
| 1881 | + "downvote" |
| 1882 | + ] |
| 1883 | + }, |
1873 | 1884 | {
|
1874 | 1885 | "name": "workflowToken",
|
1875 | 1886 | "type": "string",
|
|
1977 | 1988 | }
|
1978 | 1989 | ]
|
1979 | 1990 | },
|
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 | 1991 | {
|
2009 | 1992 | "name": "amazonq_bundleExtensionIgnored",
|
2010 | 1993 | "description": "File extension was ignored 'count' many times during bundling process",
|
|
2156 | 2139 | }
|
2157 | 2140 | ]
|
2158 | 2141 | },
|
| 2142 | + { |
| 2143 | + "name": "amazonq_feedback", |
| 2144 | + "description": "When a user gives feedback using vote or comment or rating in the conversation", |
| 2145 | + "metadata": [ |
| 2146 | + { |
| 2147 | + "type": "amazonqConversationId", |
| 2148 | + "required": false |
| 2149 | + }, |
| 2150 | + { |
| 2151 | + "type": "credentialStartUrl", |
| 2152 | + "required": false |
| 2153 | + }, |
| 2154 | + { |
| 2155 | + "type": "featureId" |
| 2156 | + }, |
| 2157 | + { |
| 2158 | + "type": "vote", |
| 2159 | + "required": false |
| 2160 | + } |
| 2161 | + ] |
| 2162 | + }, |
2159 | 2163 | {
|
2160 | 2164 | "name": "amazonq_interactWithMessage",
|
2161 | 2165 | "description": "When a user interacts with a message in the conversation",
|
|
0 commit comments