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