| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
FeaturedResultsItem |
FeaturedResultsItem.clone() |
FeaturedResultsItem |
FeaturedResultsItem.withAdditionalAttributes(AdditionalResultAttribute... additionalAttributes)
One or more additional attributes associated with the featured result.
|
FeaturedResultsItem |
FeaturedResultsItem.withAdditionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)
One or more additional attributes associated with the featured result.
|
FeaturedResultsItem |
FeaturedResultsItem.withDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document attributes assigned to a featured document in the search results.
|
FeaturedResultsItem |
FeaturedResultsItem.withDocumentAttributes(DocumentAttribute... documentAttributes)
An array of document attributes assigned to a featured document in the search results.
|
FeaturedResultsItem |
FeaturedResultsItem.withDocumentExcerpt(TextWithHighlights documentExcerpt) |
FeaturedResultsItem |
FeaturedResultsItem.withDocumentId(String documentId)
The identifier of the featured document.
|
FeaturedResultsItem |
FeaturedResultsItem.withDocumentTitle(TextWithHighlights documentTitle) |
FeaturedResultsItem |
FeaturedResultsItem.withDocumentURI(String documentURI)
The source URI location of the featured document.
|
FeaturedResultsItem |
FeaturedResultsItem.withFeedbackToken(String feedbackToken)
A token that identifies a particular featured result from a particular query.
|
FeaturedResultsItem |
FeaturedResultsItem.withId(String id)
The identifier of the featured result.
|
FeaturedResultsItem |
FeaturedResultsItem.withType(QueryResultType type)
The type of document within the featured result response.
|
FeaturedResultsItem |
FeaturedResultsItem.withType(String type)
The type of document within the featured result response.
|
| Modifier and Type | Method and Description |
|---|---|
List<FeaturedResultsItem> |
QueryResult.getFeaturedResultsItems()
The list of featured result items.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.withFeaturedResultsItems(FeaturedResultsItem... featuredResultsItems)
The list of featured result items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setFeaturedResultsItems(Collection<FeaturedResultsItem> featuredResultsItems)
The list of featured result items.
|
QueryResult |
QueryResult.withFeaturedResultsItems(Collection<FeaturedResultsItem> featuredResultsItems)
The list of featured result items.
|
Copyright © 2023. All rights reserved.