Discovery Engine v1beta API - Class Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig (1.0.0-beta24)

public sealed class Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig : IMessage<Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig>, IEquatable<Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig>, IDeepCloneable<Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig.

Feature config for the Knowledge Graph.

Inheritance

object > Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

FeatureConfig()

public FeatureConfig()

FeatureConfig(FeatureConfig)

public FeatureConfig(Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig other)
Parameter
Name Description
other EngineTypesKnowledgeGraphConfigTypesFeatureConfig

Properties

DisablePrivateKgAutoComplete

public bool DisablePrivateKgAutoComplete { get; set; }

Whether to disable the private KG auto complete for the engine.

Defaults to false if not specified.

Property Value
Type Description
bool

DisablePrivateKgEnrichment

public bool DisablePrivateKgEnrichment { get; set; }

Whether to disable the private KG enrichment for the engine.

Defaults to false if not specified.

Property Value
Type Description
bool

DisablePrivateKgQueryUiChips

public bool DisablePrivateKgQueryUiChips { get; set; }

Whether to disable the private KG for query UI chips.

Defaults to false if not specified.

Property Value
Type Description
bool

DisablePrivateKgQueryUnderstanding

public bool DisablePrivateKgQueryUnderstanding { get; set; }

Whether to disable the private KG query understanding for the engine.

Defaults to false if not specified.

Property Value
Type Description
bool