Uses of Class
software.amazon.awssdk.services.kendra.model.SourceDocument
-
Packages that use SourceDocument Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SourceDocument in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SourceDocument Modifier and Type Method Description List<SourceDocument>Suggestion. 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.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SourceDocument Modifier and Type Method Description Suggestion.BuilderSuggestion.Builder. sourceDocuments(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.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SourceDocument Modifier and Type Method Description Suggestion.BuilderSuggestion.Builder. sourceDocuments(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.
-