Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig

Feature config for the Knowledge Graph.

Inheritance
object
GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX