Uses of Class
software.amazon.awssdk.services.kendra.model.Suggestion
-
Packages that use Suggestion Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Suggestion in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Suggestion Modifier and Type Method Description List<Suggestion>GetQuerySuggestionsResponse. suggestions()A list of query suggestions for an index.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Suggestion Modifier and Type Method Description GetQuerySuggestionsResponse.BuilderGetQuerySuggestionsResponse.Builder. suggestions(Suggestion... suggestions)A list of query suggestions for an index.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Suggestion Modifier and Type Method Description GetQuerySuggestionsResponse.BuilderGetQuerySuggestionsResponse.Builder. suggestions(Collection<Suggestion> suggestions)A list of query suggestions for an index.
-