Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::NaturalLanguageQueryUnderstandingConfig::Mode (v0.16.0)

Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::NaturalLanguageQueryUnderstandingConfig::Mode.

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.

Constants

MODE_UNSPECIFIED

value: 0
Default value.

DISABLED

value: 1
Natural Language Query Understanding is disabled.

ENABLED

value: 2
Natural Language Query Understanding is enabled.