Class: Google::Cloud::DiscoveryEngine::V1beta::Engine::KnowledgeGraphConfig::FeatureConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Engine::KnowledgeGraphConfig::FeatureConfig
- 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
-
#disable_private_kg_auto_complete ⇒ ::Boolean
Whether to disable the private KG auto complete for the engine.
-
#disable_private_kg_enrichment ⇒ ::Boolean
Whether to disable the private KG enrichment for the engine.
-
#disable_private_kg_query_ui_chips ⇒ ::Boolean
Whether to disable the private KG for query UI chips.
-
#disable_private_kg_query_understanding ⇒ ::Boolean
Whether to disable the private KG query understanding for the engine.
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.
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.
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.
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.
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 |