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, with the latest version being 2.12.0."],["`Rule.Types.IgnoreAction` is used to prevent specific terms from being included in a search query, as shown in the provided \"shoddy\" example."],["The class `Rule.Types.IgnoreAction` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IgnoreAction` class has a property named `IgnoreTerms`, which contains a list of terms to be excluded from search queries."],["This documentation also includes the constructor details of the `IgnoreAction` class, where it is possible to create a copy of the object."]]],[]]