Google Cloud Discovery Engine V1 Client - Class OrExpression (1.11.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class OrExpression.

Logical Or operator.

Generated from protobuf message google.cloud.discoveryengine.v1.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.OrExpression

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponse \ NaturalLanguageQueryUnderstandingInfo \ StructuredExtractedFilter

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ expressions array<Expression>

The expressions that were ORed together.

getExpressions

The expressions that were ORed together.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setExpressions

The expressions that were ORed together.

Parameter
Name Description
var array<Expression>
Returns
Type Description
$this