| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static SuggestionTextWithHighlights.Builder |
SuggestionTextWithHighlights.builder() |
SuggestionTextWithHighlights.Builder |
SuggestionTextWithHighlights.Builder.highlights(Collection<SuggestionHighlight> highlights)
The beginning and end of the query suggestion text that should be highlighted.
|
SuggestionTextWithHighlights.Builder |
SuggestionTextWithHighlights.Builder.highlights(Consumer<SuggestionHighlight.Builder>... highlights)
The beginning and end of the query suggestion text that should be highlighted.
|
SuggestionTextWithHighlights.Builder |
SuggestionTextWithHighlights.Builder.highlights(SuggestionHighlight... highlights)
The beginning and end of the query suggestion text that should be highlighted.
|
SuggestionTextWithHighlights.Builder |
SuggestionTextWithHighlights.Builder.text(String text)
The query suggestion text to display to the user.
|
SuggestionTextWithHighlights.Builder |
SuggestionTextWithHighlights.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SuggestionTextWithHighlights.Builder> |
SuggestionTextWithHighlights.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SuggestionValue.Builder |
SuggestionValue.Builder.text(Consumer<SuggestionTextWithHighlights.Builder> text)
The
SuggestionTextWithHighlights structure that contains the query suggestion text and
highlights. |
Copyright © 2023. All rights reserved.