Class: Google::Cloud::DiscoveryEngine::V1beta::Engine::KnowledgeGraphConfig::FeatureConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/engine.rb

Overview

Feature config for the Knowledge Graph.

Instance Attribute Summary collapse

Instance Attribute Details

#disable_private_kg_auto_complete::Boolean

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

Defaults to false if not specified.

Returns:

  • (::Boolean)

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

    Defaults to false if not specified.



489
490
491
492
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 489

class FeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disable_private_kg_enrichment::Boolean

Returns Whether to disable the private KG enrichment for the engine.

Defaults to false if not specified.

Returns:

  • (::Boolean)

    Whether to disable the private KG enrichment for the engine.

    Defaults to false if not specified.



489
490
491
492
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 489

class FeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disable_private_kg_query_ui_chips::Boolean

Returns Whether to disable the private KG for query UI chips.

Defaults to false if not specified.

Returns:

  • (::Boolean)

    Whether to disable the private KG for query UI chips.

    Defaults to false if not specified.



489
490
491
492
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 489

class FeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disable_private_kg_query_understanding::Boolean

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

Defaults to false if not specified.

Returns:

  • (::Boolean)

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

    Defaults to false if not specified.



489
490
491
492
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 489

class FeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end