| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<SuggestableConfig> |
AttributeSuggestionsDescribeConfig.suggestableConfigList()
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
List<SuggestableConfig> |
AttributeSuggestionsUpdateConfig.suggestableConfigList()
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsDescribeConfig.Builder |
AttributeSuggestionsDescribeConfig.Builder.suggestableConfigList(SuggestableConfig... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsUpdateConfig.Builder |
AttributeSuggestionsUpdateConfig.Builder.suggestableConfigList(SuggestableConfig... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsDescribeConfig.Builder |
AttributeSuggestionsDescribeConfig.Builder.suggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsUpdateConfig.Builder |
AttributeSuggestionsUpdateConfig.Builder.suggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
Copyright © 2023. All rights reserved.