Class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig
Feature config for the Knowledge Graph.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig : IDirectResponseSchema
Properties
DisablePrivateKgAutoComplete
Whether to disable the private KG auto complete for the engine. Defaults to false if not specified.
Declaration
[JsonProperty("disablePrivateKgAutoComplete")]
public virtual bool? DisablePrivateKgAutoComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisablePrivateKgEnrichment
Whether to disable the private KG enrichment for the engine. Defaults to false if not specified.
Declaration
[JsonProperty("disablePrivateKgEnrichment")]
public virtual bool? DisablePrivateKgEnrichment { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisablePrivateKgQueryUiChips
Whether to disable the private KG for query UI chips. Defaults to false if not specified.
Declaration
[JsonProperty("disablePrivateKgQueryUiChips")]
public virtual bool? DisablePrivateKgQueryUiChips { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisablePrivateKgQueryUnderstanding
Whether to disable the private KG query understanding for the engine. Defaults to false if not specified.
Declaration
[JsonProperty("disablePrivateKgQueryUnderstanding")]
public virtual bool? DisablePrivateKgQueryUnderstanding { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |