Uses of Class
software.amazon.awssdk.services.kendra.model.SuggestionHighlight
-
Packages that use SuggestionHighlight Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SuggestionHighlight in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SuggestionHighlight Modifier and Type Method Description List<SuggestionHighlight>SuggestionTextWithHighlights. highlights()The beginning and end of the query suggestion text that should be highlighted.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SuggestionHighlight Modifier and Type Method Description SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights.Builder. highlights(SuggestionHighlight... highlights)The beginning and end of the query suggestion text that should be highlighted.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SuggestionHighlight Modifier and Type Method Description SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights.Builder. highlights(Collection<SuggestionHighlight> highlights)The beginning and end of the query suggestion text that should be highlighted.
-