Google Cloud Retail V2 Client - Class IgnoreAction (1.4.2)

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

Namespace

Google \ Cloud \ Retail \ V2 \ Rule

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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIgnoreTerms

Terms to ignore in the search query.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this