Uses of Class
software.amazon.awssdk.services.kendra.model.SuggestionTextWithHighlights
-
Packages that use SuggestionTextWithHighlights Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SuggestionTextWithHighlights in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SuggestionTextWithHighlights Modifier and Type Method Description SuggestionTextWithHighlightsSuggestionValue. text()TheSuggestionTextWithHighlightsstructure that contains the query suggestion text and highlights.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SuggestionTextWithHighlights Modifier and Type Method Description SuggestionValue.BuilderSuggestionValue.Builder. text(SuggestionTextWithHighlights text)TheSuggestionTextWithHighlightsstructure that contains the query suggestion text and highlights.
-