Module: Google::Cloud::DiscoveryEngine::V1beta::NaturalLanguageQueryUnderstandingConfig::Mode
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb
Overview
Mode of Natural Language Query Understanding. When the NaturalLanguageQueryUnderstandingConfig.Mode is ENABLED, the natural language understanding capabilities will be enabled for a search request if the NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition in the SearchRequest is ENABLED.
Constant Summary collapse
- MODE_UNSPECIFIED =
Default value.
0
- DISABLED =
Natural Language Query Understanding is disabled.
1
- ENABLED =
Natural Language Query Understanding is enabled.
2