Skip to content

Commit e8c800d

Browse files
author
AWS
committed
QBusiness Update: Amazon Q Business now supports customization options for your web experience, 11 new Plugins, and QuickSight support. Amazon Q index allows software providers to enrich their native generative AI experiences with their customer's enterprise knowledge and user context spanning multiple applications.
1 parent a58e51f commit e8c800d

File tree

3 files changed

+1149
-5
lines changed

3 files changed

+1149
-5
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 customization options for your web experience, 11 new Plugins, and QuickSight support. Amazon Q index allows software providers to enrich their native generative AI experiences with their customer's enterprise knowledge and user context spanning multiple applications."
6+
}

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"limit_key": "maxResults",
2525
"result_key": "conversations"
2626
},
27+
"ListDataAccessors": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "dataAccessors"
32+
},
2733
"ListDataSourceSyncJobs": {
2834
"input_token": "nextToken",
2935
"output_token": "nextToken",
@@ -60,6 +66,24 @@
6066
"limit_key": "maxResults",
6167
"result_key": "messages"
6268
},
69+
"ListPluginActions": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "items"
74+
},
75+
"ListPluginTypeActions": {
76+
"input_token": "nextToken",
77+
"output_token": "nextToken",
78+
"limit_key": "maxResults",
79+
"result_key": "items"
80+
},
81+
"ListPluginTypeMetadata": {
82+
"input_token": "nextToken",
83+
"output_token": "nextToken",
84+
"limit_key": "maxResults",
85+
"result_key": "items"
86+
},
6387
"ListPlugins": {
6488
"input_token": "nextToken",
6589
"output_token": "nextToken",
@@ -77,6 +101,12 @@
77101
"output_token": "nextToken",
78102
"limit_key": "maxResults",
79103
"result_key": "webExperiences"
104+
},
105+
"SearchRelevantContent": {
106+
"input_token": "nextToken",
107+
"output_token": "nextToken",
108+
"limit_key": "maxResults",
109+
"result_key": "relevantContent"
80110
}
81111
}
82112
}

0 commit comments

Comments
 (0)