| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsGetConfig |
AttributeSuggestionsGetConfig.clone() |
AttributeSuggestionsGetConfig |
GetQuerySuggestionsRequest.getAttributeSuggestionsConfig()
Configuration information for the document fields/attributes that you want to base query suggestions on.
|
AttributeSuggestionsGetConfig |
AttributeSuggestionsGetConfig.withAdditionalResponseAttributes(Collection<String> additionalResponseAttributes)
The list of additional document field/attribute keys or field names to include in the response.
|
AttributeSuggestionsGetConfig |
AttributeSuggestionsGetConfig.withAdditionalResponseAttributes(String... additionalResponseAttributes)
The list of additional document field/attribute keys or field names to include in the response.
|
AttributeSuggestionsGetConfig |
AttributeSuggestionsGetConfig.withAttributeFilter(AttributeFilter attributeFilter)
Filters the search results based on document fields/attributes.
|
AttributeSuggestionsGetConfig |
AttributeSuggestionsGetConfig.withSuggestionAttributes(Collection<String> suggestionAttributes)
The list of document field/attribute keys or field names to use for query suggestions.
|
AttributeSuggestionsGetConfig |
AttributeSuggestionsGetConfig.withSuggestionAttributes(String... suggestionAttributes)
The list of document field/attribute keys or field names to use for query suggestions.
|
AttributeSuggestionsGetConfig |
AttributeSuggestionsGetConfig.withUserContext(UserContext userContext)
Applies user context filtering so that only users who are given access to certain documents see these document in
their search results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQuerySuggestionsRequest.setAttributeSuggestionsConfig(AttributeSuggestionsGetConfig attributeSuggestionsConfig)
Configuration information for the document fields/attributes that you want to base query suggestions on.
|
GetQuerySuggestionsRequest |
GetQuerySuggestionsRequest.withAttributeSuggestionsConfig(AttributeSuggestionsGetConfig attributeSuggestionsConfig)
Configuration information for the document fields/attributes that you want to base query suggestions on.
|
Copyright © 2025. All rights reserved.