Google Cloud Retail V2 Client - Class IgnoreAction (2.5.3)

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
Name Description
data array

Optional. Data for populating the Message object.

↳ ignore_terms string[]

Terms to ignore in the search query.

getIgnoreTerms

Terms to ignore in the search query.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setIgnoreTerms

Terms to ignore in the search query.

Parameter
Name Description
var string[]
Returns
Type Description
$this