kendra_list_featured_results_sets {paws.analytics} | R Documentation |
Lists all your sets of featured results for a given index
Description
Lists all your sets of featured results for a given index. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
See https://www.paws-r-sdk.com/docs/kendra_list_featured_results_sets/ for full documentation.
Usage
kendra_list_featured_results_sets(IndexId, NextToken = NULL, MaxResults = NULL)
Arguments
IndexId |
[required] The identifier of the index used for featuring results. |
NextToken |
If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of featured results sets. |
MaxResults |
The maximum number of featured results sets to return. |
[Package paws.analytics version 0.9.0 Index]