public static interface SuggestableConfig.Builder extends SdkPojo, CopyableBuilder<SuggestableConfig.Builder,SuggestableConfig>
| Modifier and Type | Method and Description |
|---|---|
SuggestableConfig.Builder |
attributeName(String attributeName)
The name of the document field/attribute.
|
SuggestableConfig.Builder |
suggestable(Boolean suggestable)
TRUE means the document field/attribute is suggestible, so the contents within the field can be
used for query suggestions. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuggestableConfig.Builder attributeName(String attributeName)
The name of the document field/attribute.
attributeName - The name of the document field/attribute.SuggestableConfig.Builder suggestable(Boolean suggestable)
TRUE means the document field/attribute is suggestible, so the contents within the field can be
used for query suggestions.
suggestable - TRUE means the document field/attribute is suggestible, so the contents within the field
can be used for query suggestions.Copyright © 2023. All rights reserved.