public sealed class IgnoreAction : IMessage<Rule.Types.IgnoreAction>, IEquatable<Rule.Types.IgnoreAction>, IDeepCloneable<Rule.Types.IgnoreAction>, IBufferMessage, IMessage
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."],[[["The `IgnoreAction` class, part of the `Google.Cloud.Retail.V2` namespace, prevents specific terms from being included in search queries."],["The latest version of the `IgnoreAction` class available is 2.12.0, while the current webpage version is 2.2.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `IgnoreAction` class has an `IgnoreTerms` property, which is a `RepeatedField\u003cstring\u003e`, representing the terms that should be ignored in search queries."],["There are several previous versions of this class dating back to 1.0.0 that are accessible from this webpage."]]],[]]