- Navigation Guide
@aws-sdk/client-kendra
ListFeaturedResultsSetsCommandOutput Interface
The output of ListFeaturedResultsSetsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
FeaturedResultsSetSummaryItems | FeaturedResultsSetSummary[] | undefined | An array of summary information for one or more featured results sets. |
NextToken | string | undefined | If the response is truncated, Amazon Kendra returns a pagination token in the response. |
Full Signature
export interface ListFeaturedResultsSetsCommandOutput extends ListFeaturedResultsSetsResponse, MetadataBearer