Uses of Class
software.amazon.awssdk.services.kendra.model.GetQuerySuggestionsResponse
-
Packages that use GetQuerySuggestionsResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of GetQuerySuggestionsResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return GetQuerySuggestionsResponse Modifier and Type Method Description default GetQuerySuggestionsResponseKendraClient. getQuerySuggestions(Consumer<GetQuerySuggestionsRequest.Builder> getQuerySuggestionsRequest)Fetches the queries that are suggested to your users.default GetQuerySuggestionsResponseKendraClient. getQuerySuggestions(GetQuerySuggestionsRequest getQuerySuggestionsRequest)Fetches the queries that are suggested to your users.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type GetQuerySuggestionsResponse Modifier and Type Method Description default CompletableFuture<GetQuerySuggestionsResponse>KendraAsyncClient. getQuerySuggestions(Consumer<GetQuerySuggestionsRequest.Builder> getQuerySuggestionsRequest)Fetches the queries that are suggested to your users.default CompletableFuture<GetQuerySuggestionsResponse>KendraAsyncClient. getQuerySuggestions(GetQuerySuggestionsRequest getQuerySuggestionsRequest)Fetches the queries that are suggested to your users.
-