public static interface Engine.KnowledgeGraphConfig.FeatureConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisablePrivateKgAutoComplete()
public abstract boolean getDisablePrivateKgAutoComplete()Whether to disable the private KG auto complete for the engine.
Defaults to false if not specified.
bool disable_private_kg_auto_complete = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The disablePrivateKgAutoComplete. |
getDisablePrivateKgEnrichment()
public abstract boolean getDisablePrivateKgEnrichment()Whether to disable the private KG enrichment for the engine.
Defaults to false if not specified.
bool disable_private_kg_enrichment = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The disablePrivateKgEnrichment. |
getDisablePrivateKgQueryUiChips()
public abstract boolean getDisablePrivateKgQueryUiChips()Whether to disable the private KG for query UI chips.
Defaults to false if not specified.
bool disable_private_kg_query_ui_chips = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The disablePrivateKgQueryUiChips. |
getDisablePrivateKgQueryUnderstanding()
public abstract boolean getDisablePrivateKgQueryUnderstanding()Whether to disable the private KG query understanding for the engine.
Defaults to false if not specified.
bool disable_private_kg_query_understanding = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The disablePrivateKgQueryUnderstanding. |