Google Cloud Retail V2 Client - Class IgnoreAction (1.0.1)

Reference documentation and code samples for the Google Cloud Retail V2 Client class IgnoreAction.

Prevents a term in the query from being used in search.

Example: Don't search for "shoddy".

Generated from protobuf message google.cloud.retail.v2.Rule.IgnoreAction

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ignore_terms array

Terms to ignore in the search query.

getIgnoreTerms

Terms to ignore in the search query.

Generated from protobuf field repeated string ignore_terms = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIgnoreTerms

Terms to ignore in the search query.

Generated from protobuf field repeated string ignore_terms = 1;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this