| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SuggestableConfig |
SuggestableConfig.clone() |
SuggestableConfig |
SuggestableConfig.withAttributeName(String attributeName)
The name of the document field/attribute.
|
SuggestableConfig |
SuggestableConfig.withSuggestable(Boolean suggestable)
TRUE means the document field/attribute is suggestible, so the contents within the field can be used
for query suggestions. |
| Modifier and Type | Method and Description |
|---|---|
List<SuggestableConfig> |
AttributeSuggestionsUpdateConfig.getSuggestableConfigList()
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
List<SuggestableConfig> |
AttributeSuggestionsDescribeConfig.getSuggestableConfigList()
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.withSuggestableConfigList(SuggestableConfig... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsDescribeConfig |
AttributeSuggestionsDescribeConfig.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 |
AttributeSuggestionsUpdateConfig.setSuggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
void |
AttributeSuggestionsDescribeConfig.setSuggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.withSuggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsDescribeConfig |
AttributeSuggestionsDescribeConfig.withSuggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
Copyright © 2025. All rights reserved.