Uses of Class
software.amazon.awssdk.services.kendra.model.AttributeSuggestionsUpdateConfig
-
Packages that use AttributeSuggestionsUpdateConfig Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AttributeSuggestionsUpdateConfig in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return AttributeSuggestionsUpdateConfig Modifier and Type Method Description AttributeSuggestionsUpdateConfigUpdateQuerySuggestionsConfigRequest. attributeSuggestionsConfig()Configuration information for the document fields/attributes that you want to base query suggestions on.Methods in software.amazon.awssdk.services.kendra.model with parameters of type AttributeSuggestionsUpdateConfig Modifier and Type Method Description UpdateQuerySuggestionsConfigRequest.BuilderUpdateQuerySuggestionsConfigRequest.Builder. attributeSuggestionsConfig(AttributeSuggestionsUpdateConfig attributeSuggestionsConfig)Configuration information for the document fields/attributes that you want to base query suggestions on.
-