| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Suggestion |
Suggestion.clone() |
Suggestion |
Suggestion.withId(String id)
The unique UUID (universally unique identifier) of a single query suggestion.
|
Suggestion |
Suggestion.withValue(SuggestionValue value)
The value for the unique UUID (universally unique identifier) of a single query suggestion.
|
| Modifier and Type | Method and Description |
|---|---|
List<Suggestion> |
GetQuerySuggestionsResult.getSuggestions()
A list of query suggestions for an index.
|
| Modifier and Type | Method and Description |
|---|---|
GetQuerySuggestionsResult |
GetQuerySuggestionsResult.withSuggestions(Suggestion... suggestions)
A list of query suggestions for an index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQuerySuggestionsResult.setSuggestions(Collection<Suggestion> suggestions)
A list of query suggestions for an index.
|
GetQuerySuggestionsResult |
GetQuerySuggestionsResult.withSuggestions(Collection<Suggestion> suggestions)
A list of query suggestions for an index.
|
Copyright © 2021. All rights reserved.