Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class FilterExtractionCondition.
Enum describing under which condition filter extraction should occur.
Protobuf type google.cloud.discoveryengine.v1.SearchRequest.NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchRequest \ NaturalLanguageQueryUnderstandingSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONDITION_UNSPECIFIED
Value: 0Server behavior defaults to DISABLED.
Generated from protobuf enum CONDITION_UNSPECIFIED = 0;
DISABLED
Value: 1Disables NL filter extraction.
Generated from protobuf enum DISABLED = 1;
ENABLED
Value: 2Enables NL filter extraction.
Generated from protobuf enum ENABLED = 2;