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-04-17 UTC."],[[["The `Rule.Types.IgnoreAction` class, part of the Retail v2 API, is designed to prevent specific terms from being included in search queries."],["This class has been implemented in versions from 1.0.0 up to the latest version 2.12.0 of the Google.Cloud.Retail.V2 API."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["The class includes a `IgnoreTerms` property, which is a `RepeatedField` of strings, allowing multiple terms to be set for exclusion from search."],["The provided content shows documentation for the API class, with its versions listed, along with its constructors, properties, and inherited members."]]],[]]