kendra_list_featured_results_sets: Lists all your sets of featured results for a given index

View source: R/kendra_operations.R

kendra_list_featured_results_setsR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.