| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static SuggestionValue.Builder |
SuggestionValue.builder() |
default SuggestionValue.Builder |
SuggestionValue.Builder.text(Consumer<SuggestionTextWithHighlights.Builder> text)
The
SuggestionTextWithHighlights structure that contains the query suggestion text and
highlights. |
SuggestionValue.Builder |
SuggestionValue.Builder.text(SuggestionTextWithHighlights text)
The
SuggestionTextWithHighlights structure that contains the query suggestion text and
highlights. |
SuggestionValue.Builder |
SuggestionValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SuggestionValue.Builder> |
SuggestionValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Suggestion.Builder |
Suggestion.Builder.value(Consumer<SuggestionValue.Builder> value)
The value for the UUID (universally unique identifier) of a single query suggestion.
|
Copyright © 2023. All rights reserved.