Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class StructuredExtractedFilter.
The filters that were extracted from the input query represented in a structured form.
Generated from protobuf message google.cloud.discoveryengine.v1.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponse \ NaturalLanguageQueryUnderstandingInfoMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ expression |
StructuredExtractedFilter\Expression
The expression denoting the filter that was extracted from the input query in a structured form. It can be a simple expression denoting a single string, numerical or geolocation constraint or a compound expression which is a combination of multiple expressions connected using logical (OR and AND) operators. |
getExpression
The expression denoting the filter that was extracted from the input query in a structured form. It can be a simple expression denoting a single string, numerical or geolocation constraint or a compound expression which is a combination of multiple expressions connected using logical (OR and AND) operators.
| Returns | |
|---|---|
| Type | Description |
StructuredExtractedFilter\Expression|null |
|
hasExpression
clearExpression
setExpression
The expression denoting the filter that was extracted from the input query in a structured form. It can be a simple expression denoting a single string, numerical or geolocation constraint or a compound expression which is a combination of multiple expressions connected using logical (OR and AND) operators.
| Parameter | |
|---|---|
| Name | Description |
var |
StructuredExtractedFilter\Expression
|
| Returns | |
|---|---|
| Type | Description |
$this |
|