| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.clone() |
AttributeSuggestionsUpdateConfig |
UpdateQuerySuggestionsConfigRequest.getAttributeSuggestionsConfig()
Configuration information for the document fields/attributes that you want to base query suggestions on.
|
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.withAttributeSuggestionsMode(AttributeSuggestionsMode attributeSuggestionsMode)
You can set the mode to
ACTIVE or INACTIVE. |
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.withAttributeSuggestionsMode(String attributeSuggestionsMode)
You can set the mode to
ACTIVE or INACTIVE. |
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.withSuggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.withSuggestableConfigList(SuggestableConfig... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateQuerySuggestionsConfigRequest.setAttributeSuggestionsConfig(AttributeSuggestionsUpdateConfig attributeSuggestionsConfig)
Configuration information for the document fields/attributes that you want to base query suggestions on.
|
UpdateQuerySuggestionsConfigRequest |
UpdateQuerySuggestionsConfigRequest.withAttributeSuggestionsConfig(AttributeSuggestionsUpdateConfig attributeSuggestionsConfig)
Configuration information for the document fields/attributes that you want to base query suggestions on.
|
Copyright © 2025. All rights reserved.