Skip to content

Commit 3881128

Browse files
author
AWS
committed
QBusiness Update: Amazon Q Business now supports capabilities to extract insights and answer questions from visual elements embedded within documents, a browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge, and attachments across conversations.
1 parent 5fa3e3c commit 3881128

File tree

3 files changed

+418
-52
lines changed

3 files changed

+418
-52
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "QBusiness",
4+
"contributor": "",
5+
"description": "Amazon Q Business now supports capabilities to extract insights and answer questions from visual elements embedded within documents, a browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge, and attachments across conversations."
6+
}

services/qbusiness/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "maxResults",
1313
"result_key": "applications"
1414
},
15+
"ListAttachments": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "attachments"
20+
},
1521
"ListConversations": {
1622
"input_token": "nextToken",
1723
"output_token": "nextToken",

0 commit comments

Comments
 (0)