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 page provides documentation for the `Rule.Types.IgnoreAction` class within the Google Cloud Retail v2 API, with the latest version being 2.12.0."],["`IgnoreAction` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `object`."],["The primary function of `IgnoreAction` is to prevent specified terms in a search query from being used, exemplified by ignoring the term \"shoddy\"."],["The class has a property called `IgnoreTerms`, which is a list of strings specifying the terms to ignore in a search query, and is of the `RepeatedField\u003cstring\u003e` type."],["The page has links to the documentation for all versions of `Rule.Types.IgnoreAction`, with versions ranging from 1.0.0 up to 2.12.0."]]],[]]