Skip to content

Commit

Permalink
QBusiness Update: This release removes the deprecated UserId and User…
Browse files Browse the repository at this point in the history
…Groups fields from SearchRelevantContent api's request parameters.
  • Loading branch information
AWS committed Dec 5, 2024
1 parent b085d3f commit b4bd7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-QBusiness-aebbaf0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "QBusiness",
"contributor": "",
"description": "This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters."
}
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Searches for relevant content in a Q Business application based on a query. This operation takes a search query text, the Q Business application identifier, and optional filters (such as user ID, user groups, content source, and maximum results) as input. It returns a list of relevant content items, where each item includes the content text, the unique document identifier, the document title, the document URI, any relevant document attributes, and score attributes indicating the confidence level of the relevance.</p>"
"documentation":"<p>Searches for relevant content in a Q Business application based on a query. This operation takes a search query text, the Q Business application identifier, and optional filters (such as content source and maximum results) as input. It returns a list of relevant content items, where each item includes the content text, the unique document identifier, the document title, the document URI, any relevant document attributes, and score attributes indicating the confidence level of the relevance.</p>"
},
"StartDataSourceSyncJob":{
"name":"StartDataSourceSyncJob",
Expand Down Expand Up @@ -7289,18 +7289,6 @@
"location":"uri",
"locationName":"applicationId"
},
"userId":{
"shape":"UserId",
"documentation":"<p>The ID of the user performing the search. Used for access control.</p>",
"location":"querystring",
"locationName":"userId"
},
"userGroups":{
"shape":"UserGroups",
"documentation":"<p>The groups the user belongs to. Used for access control.</p>",
"location":"querystring",
"locationName":"userGroups"
},
"queryText":{
"shape":"QueryText",
"documentation":"<p>The text to search for.</p>"
Expand Down

0 comments on commit b4bd7e1

Please sign in to comment.