Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class 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.
Protobuf type google.cloud.discoveryengine.v1.NaturalLanguageQueryUnderstandingConfig.Mode
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ NaturalLanguageQueryUnderstandingConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
DISABLED
Value: 1Natural Language Query Understanding is disabled.
Generated from protobuf enum DISABLED = 1;
ENABLED
Value: 2Natural Language Query Understanding is enabled.
Generated from protobuf enum ENABLED = 2;