| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SourceDocument |
SourceDocument.clone() |
SourceDocument |
SourceDocument.withAdditionalAttributes(Collection<DocumentAttribute> additionalAttributes)
The additional fields/attributes to include in the response.
|
SourceDocument |
SourceDocument.withAdditionalAttributes(DocumentAttribute... additionalAttributes)
The additional fields/attributes to include in the response.
|
SourceDocument |
SourceDocument.withDocumentId(String documentId)
The identifier of the document used for a query suggestion.
|
SourceDocument |
SourceDocument.withSuggestionAttributes(Collection<String> suggestionAttributes)
The document fields/attributes used for a query suggestion.
|
SourceDocument |
SourceDocument.withSuggestionAttributes(String... suggestionAttributes)
The document fields/attributes used for a query suggestion.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceDocument> |
Suggestion.getSourceDocuments()
The list of document IDs and their fields/attributes that are used for a single query suggestion, if document
fields set to use for query suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
Suggestion |
Suggestion.withSourceDocuments(SourceDocument... sourceDocuments)
The list of document IDs and their fields/attributes that are used for a single query suggestion, if document
fields set to use for query suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Suggestion.setSourceDocuments(Collection<SourceDocument> sourceDocuments)
The list of document IDs and their fields/attributes that are used for a single query suggestion, if document
fields set to use for query suggestions.
|
Suggestion |
Suggestion.withSourceDocuments(Collection<SourceDocument> sourceDocuments)
The list of document IDs and their fields/attributes that are used for a single query suggestion, if document
fields set to use for query suggestions.
|
Copyright © 2025. All rights reserved.