| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateQuerySuggestionsConfigResult> |
AbstractAWSkendraAsync.updateQuerySuggestionsConfigAsync(UpdateQuerySuggestionsConfigRequest request,
AsyncHandler<UpdateQuerySuggestionsConfigRequest,UpdateQuerySuggestionsConfigResult> asyncHandler) |
Future<UpdateQuerySuggestionsConfigResult> |
AWSkendraAsyncClient.updateQuerySuggestionsConfigAsync(UpdateQuerySuggestionsConfigRequest request,
AsyncHandler<UpdateQuerySuggestionsConfigRequest,UpdateQuerySuggestionsConfigResult> asyncHandler) |
Future<UpdateQuerySuggestionsConfigResult> |
AWSkendraAsync.updateQuerySuggestionsConfigAsync(UpdateQuerySuggestionsConfigRequest updateQuerySuggestionsConfigRequest,
AsyncHandler<UpdateQuerySuggestionsConfigRequest,UpdateQuerySuggestionsConfigResult> asyncHandler)
Updates the settings of query suggestions for an index.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.clone() |
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withAttributeSuggestionsConfig(AttributeSuggestionsUpdateConfig attributeSuggestionsConfig)
Configuration information for the document fields/attributes that you want to base query suggestions on.
|
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withIncludeQueriesWithoutUserInformation(Boolean includeQueriesWithoutUserInformation)
TRUE to include queries without user information (i.e. |
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withIndexId(String indexId)
The identifier of the index with query suggestions you want to update.
|
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withMinimumNumberOfQueryingUsers(Integer minimumNumberOfQueryingUsers)
The minimum number of unique users who must search a query in order for the query to be eligible to suggest to
your users.
|
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withMinimumQueryCount(Integer minimumQueryCount)
The the minimum number of times a query must be searched in order to be eligible to suggest to your users.
|
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withMode(Mode mode)
Set the mode to
ENABLED or LEARN_ONLY. |
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withMode(String mode)
Set the mode to
ENABLED or LEARN_ONLY. |
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withQueryLogLookBackWindowInDays(Integer queryLogLookBackWindowInDays)
How recent your queries are in your query log time window.
|
Copyright © 2025. All rights reserved.