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 webpage provides reference documentation for the `Rule.Types.IgnoreAction` class within the Google Cloud Retail v2 API, specifically for the .NET environment, with the latest version being 2.12.0."],["The `IgnoreAction` class is designed to prevent specific terms from being used in search queries, as illustrated by the example of excluding \"shoddy\"."],["The `IgnoreAction` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The class includes a constructor and a property named `IgnoreTerms`, which is a `RepeatedField` of strings that lists the terms that should be excluded from search queries."],["The page list each available version, starting from version 1.0.0 up to the most recent version 2.12.0, that are accessible via a hyperlinked list."]]],[]]