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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setIgnoreTerms
Terms to ignore in the search query.
Generated from protobuf field repeated string ignore_terms = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|