Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class AndExpression.
Logical And operator.
Generated from protobuf message google.cloud.discoveryengine.v1.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.AndExpression
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponse \ NaturalLanguageQueryUnderstandingInfo \ StructuredExtractedFilterMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ expressions |
array<Expression>
The expressions that were ANDed together. |
getExpressions
The expressions that were ANDed together.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExpressions
The expressions that were ANDed together.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Expression>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|