public sealed class Rule.Types.IgnoreAction : IMessage<Rule.Types.IgnoreAction>, IEquatable<Rule.Types.IgnoreAction>, IDeepCloneable<Rule.Types.IgnoreAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Rule.Types.IgnoreAction.
Prevents a term in the query from being used in search.
Example: Don't search for "shoddy".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `Rule.Types.IgnoreAction` class within the Google Cloud Retail V2 API, specifically for version 2.11.0."],["The `IgnoreAction` class prevents specified terms from being used in search queries, for example, it would allow you to prevent the term \"shoddy\" from being searched."],["The latest available version of `Rule.Types.IgnoreAction` is 2.12.0, with this document also referencing versions from 1.0.0 to 2.11.0."],["The `IgnoreAction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes a property called `IgnoreTerms`, which is a `RepeatedField` of strings representing the terms that should be ignored in a search query."]]],[]]