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

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

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

Configuration message for the Knowledge Graph.

Inheritance

object > Engine.Types.KnowledgeGraphConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

KnowledgeGraphConfig()

public KnowledgeGraphConfig()

KnowledgeGraphConfig(KnowledgeGraphConfig)

public KnowledgeGraphConfig(Engine.Types.KnowledgeGraphConfig other)
Parameter
Name Description
other EngineTypesKnowledgeGraphConfig

Properties

CloudKnowledgeGraphTypes

public RepeatedField<string> CloudKnowledgeGraphTypes { get; }

Specify entity types to support.

Property Value
Type Description
RepeatedFieldstring

EnableCloudKnowledgeGraph

public bool EnableCloudKnowledgeGraph { get; set; }

Whether to enable the Cloud Knowledge Graph for the engine.

Defaults to false if not specified.

Property Value
Type Description
bool

EnablePrivateKnowledgeGraph

public bool EnablePrivateKnowledgeGraph { get; set; }

Whether to enable the Private Knowledge Graph for the engine.

Defaults to false if not specified.

Property Value
Type Description
bool

FeatureConfig

public Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig FeatureConfig { get; set; }

Optional. Feature config for the Knowledge Graph.

Property Value
Type Description
EngineTypesKnowledgeGraphConfigTypesFeatureConfig

PrivateKnowledgeGraphTypes

public RepeatedField<string> PrivateKnowledgeGraphTypes { get; }

Specify entity types to support.

Property Value
Type Description
RepeatedFieldstring