Class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig
Configuration message for the Knowledge Graph.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig : IDirectResponseSchema
Properties
CloudKnowledgeGraphTypes
Specify entity types to support.
Declaration
[JsonProperty("cloudKnowledgeGraphTypes")]
public virtual IList<string> CloudKnowledgeGraphTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableCloudKnowledgeGraph
Whether to enable the Cloud Knowledge Graph for the engine. Defaults to false if not specified.
Declaration
[JsonProperty("enableCloudKnowledgeGraph")]
public virtual bool? EnableCloudKnowledgeGraph { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
EnablePrivateKnowledgeGraph
Whether to enable the Private Knowledge Graph for the engine. Defaults to false if not specified.
Declaration
[JsonProperty("enablePrivateKnowledgeGraph")]
public virtual bool? EnablePrivateKnowledgeGraph { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
FeatureConfig
Optional. Feature config for the Knowledge Graph.
Declaration
[JsonProperty("featureConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig FeatureConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig |
PrivateKnowledgeGraphTypes
Specify entity types to support.
Declaration
[JsonProperty("privateKnowledgeGraphTypes")]
public virtual IList<string> PrivateKnowledgeGraphTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |