{ "opencollection": "1.0.0", "info": { "name": "Amazon Kendra Data Sources Query Suggestions API", "version": "2019-02-03" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Query Suggestions", "type": "folder" }, "items": [ { "info": { "name": "Amazon Kendra Get Query Suggestions", "type": "http" }, "http": { "method": "POST", "url": "https://kendra.{region}.amazonaws.com/indexes/:IndexId/query-suggestions", "params": [ { "name": "IndexId", "value": "", "type": "path", "description": "The identifier of the index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fetches the queries that are suggested to your users based on their query history." } ] } ], "bundled": true }