public static interface DescribeQuerySuggestionsConfigResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<DescribeQuerySuggestionsConfigResponse.Builder,DescribeQuerySuggestionsConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeQuerySuggestionsConfigResponse.Builder |
includeQueriesWithoutUserInformation(Boolean includeQueriesWithoutUserInformation)
Shows whether Amazon Kendra uses all queries or only uses queries that include user information to generate
query suggestions.
|
DescribeQuerySuggestionsConfigResponse.Builder |
lastClearTime(Instant lastClearTime)
Shows the date-time query suggestions for an index was last cleared.
|
DescribeQuerySuggestionsConfigResponse.Builder |
lastSuggestionsBuildTime(Instant lastSuggestionsBuildTime)
Shows the date-time query suggestions for an index was last updated.
|
DescribeQuerySuggestionsConfigResponse.Builder |
minimumNumberOfQueryingUsers(Integer minimumNumberOfQueryingUsers)
Shows the minimum number of unique users who must search a query in order for the query to be eligible to
suggest to your users.
|
DescribeQuerySuggestionsConfigResponse.Builder |
minimumQueryCount(Integer minimumQueryCount)
Shows the minimum number of times a query must be searched in order for the query to be eligible to suggest
to your users.
|
DescribeQuerySuggestionsConfigResponse.Builder |
mode(Mode mode)
Shows whether query suggestions are currently in
ENABLED mode or LEARN_ONLY mode. |
DescribeQuerySuggestionsConfigResponse.Builder |
mode(String mode)
Shows whether query suggestions are currently in
ENABLED mode or LEARN_ONLY mode. |
DescribeQuerySuggestionsConfigResponse.Builder |
queryLogLookBackWindowInDays(Integer queryLogLookBackWindowInDays)
Shows how recent your queries are in your query log time window (in days).
|
DescribeQuerySuggestionsConfigResponse.Builder |
status(QuerySuggestionsStatus status)
Shows whether the status of query suggestions settings is currently Active or Updating.
|
DescribeQuerySuggestionsConfigResponse.Builder |
status(String status)
Shows whether the status of query suggestions settings is currently Active or Updating.
|
DescribeQuerySuggestionsConfigResponse.Builder |
totalSuggestionsCount(Integer totalSuggestionsCount)
Shows the current total count of query suggestions for an index.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeQuerySuggestionsConfigResponse.Builder mode(String mode)
Shows whether query suggestions are currently in ENABLED mode or LEARN_ONLY mode.
By default, Amazon Kendra enables query suggestions.LEARN_ONLY turns off query suggestions for
your users. You can change the mode using the UpdateQuerySuggestionsConfig operation.
mode - Shows whether query suggestions are currently in ENABLED mode or LEARN_ONLY
mode.
By default, Amazon Kendra enables query suggestions.LEARN_ONLY turns off query
suggestions for your users. You can change the mode using the UpdateQuerySuggestionsConfig operation.
Mode,
ModeDescribeQuerySuggestionsConfigResponse.Builder mode(Mode mode)
Shows whether query suggestions are currently in ENABLED mode or LEARN_ONLY mode.
By default, Amazon Kendra enables query suggestions.LEARN_ONLY turns off query suggestions for
your users. You can change the mode using the UpdateQuerySuggestionsConfig operation.
mode - Shows whether query suggestions are currently in ENABLED mode or LEARN_ONLY
mode.
By default, Amazon Kendra enables query suggestions.LEARN_ONLY turns off query
suggestions for your users. You can change the mode using the UpdateQuerySuggestionsConfig operation.
Mode,
ModeDescribeQuerySuggestionsConfigResponse.Builder status(String status)
Shows whether the status of query suggestions settings is currently Active or Updating.
Active means the current settings apply and Updating means your changed settings are in the process of applying.
status - Shows whether the status of query suggestions settings is currently Active or Updating.
Active means the current settings apply and Updating means your changed settings are in the process of applying.
QuerySuggestionsStatus,
QuerySuggestionsStatusDescribeQuerySuggestionsConfigResponse.Builder status(QuerySuggestionsStatus status)
Shows whether the status of query suggestions settings is currently Active or Updating.
Active means the current settings apply and Updating means your changed settings are in the process of applying.
status - Shows whether the status of query suggestions settings is currently Active or Updating.
Active means the current settings apply and Updating means your changed settings are in the process of applying.
QuerySuggestionsStatus,
QuerySuggestionsStatusDescribeQuerySuggestionsConfigResponse.Builder queryLogLookBackWindowInDays(Integer queryLogLookBackWindowInDays)
Shows how recent your queries are in your query log time window (in days).
queryLogLookBackWindowInDays - Shows how recent your queries are in your query log time window (in days).DescribeQuerySuggestionsConfigResponse.Builder includeQueriesWithoutUserInformation(Boolean includeQueriesWithoutUserInformation)
Shows whether Amazon Kendra uses all queries or only uses queries that include user information to generate query suggestions.
includeQueriesWithoutUserInformation - Shows whether Amazon Kendra uses all queries or only uses queries that include user information to
generate query suggestions.DescribeQuerySuggestionsConfigResponse.Builder minimumNumberOfQueryingUsers(Integer minimumNumberOfQueryingUsers)
Shows the minimum number of unique users who must search a query in order for the query to be eligible to suggest to your users.
minimumNumberOfQueryingUsers - Shows the minimum number of unique users who must search a query in order for the query to be eligible
to suggest to your users.DescribeQuerySuggestionsConfigResponse.Builder minimumQueryCount(Integer minimumQueryCount)
Shows the minimum number of times a query must be searched in order for the query to be eligible to suggest to your users.
minimumQueryCount - Shows the minimum number of times a query must be searched in order for the query to be eligible to
suggest to your users.DescribeQuerySuggestionsConfigResponse.Builder lastSuggestionsBuildTime(Instant lastSuggestionsBuildTime)
Shows the date-time query suggestions for an index was last updated.
lastSuggestionsBuildTime - Shows the date-time query suggestions for an index was last updated.DescribeQuerySuggestionsConfigResponse.Builder lastClearTime(Instant lastClearTime)
Shows the date-time query suggestions for an index was last cleared.
After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. Amazon Kendra only considers re-occurences of a query from the time you cleared suggestions.
lastClearTime - Shows the date-time query suggestions for an index was last cleared.
After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. Amazon Kendra only considers re-occurences of a query from the time you cleared suggestions.
DescribeQuerySuggestionsConfigResponse.Builder totalSuggestionsCount(Integer totalSuggestionsCount)
Shows the current total count of query suggestions for an index.
This count can change when you update your query suggestions settings, if you filter out certain queries from suggestions using a block list, and as the query log accumulates more queries for Amazon Kendra to learn from.
totalSuggestionsCount - Shows the current total count of query suggestions for an index.
This count can change when you update your query suggestions settings, if you filter out certain queries from suggestions using a block list, and as the query log accumulates more queries for Amazon Kendra to learn from.
Copyright © 2021. All rights reserved.