Skip to content

Commit 5b47fc3

Browse files
author
AWS
committed
QBusiness Update: New ChatResponseConfiguration to Customize Q Business chat responses for specific use cases and communication needs. Updated Boosting capability allowing admins to provide preference on date attributes for recency and/or provide a preferred data source.
1 parent 0aabab3 commit 5b47fc3

File tree

3 files changed

+502
-17
lines changed

3 files changed

+502
-17
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": "New ChatResponseConfiguration to Customize Q Business chat responses for specific use cases and communication needs. Updated Boosting capability allowing admins to provide preference on date attributes for recency and/or provide a preferred data source."
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
@@ -18,6 +18,12 @@
1818
"limit_key": "maxResults",
1919
"result_key": "attachments"
2020
},
21+
"ListChatResponseConfigurations": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "chatResponseConfigurations"
26+
},
2127
"ListConversations": {
2228
"input_token": "nextToken",
2329
"output_token": "nextToken",

0 commit comments

Comments
 (0)