Uses of Class
software.amazon.awssdk.services.kendra.model.SuggestableConfig
-
Packages that use SuggestableConfig Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SuggestableConfig in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SuggestableConfig Modifier and Type Method 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.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SuggestableConfig Modifier and Type Method Description AttributeSuggestionsDescribeConfig.BuilderAttributeSuggestionsDescribeConfig.Builder. suggestableConfigList(SuggestableConfig... suggestableConfigList)The list of fields/attributes that you want to set as suggestible for query suggestions.AttributeSuggestionsUpdateConfig.BuilderAttributeSuggestionsUpdateConfig.Builder. suggestableConfigList(SuggestableConfig... suggestableConfigList)The list of fields/attributes that you want to set as suggestible for query suggestions.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SuggestableConfig Modifier and Type Method Description AttributeSuggestionsDescribeConfig.BuilderAttributeSuggestionsDescribeConfig.Builder. suggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)The list of fields/attributes that you want to set as suggestible for query suggestions.AttributeSuggestionsUpdateConfig.BuilderAttributeSuggestionsUpdateConfig.Builder. suggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)The list of fields/attributes that you want to set as suggestible for query suggestions.
-