public sealed class DoNotAssociateAction : IMessage<Rule.Types.DoNotAssociateAction>, IEquatable<Rule.Types.DoNotAssociateAction>, IDeepCloneable<Rule.Types.DoNotAssociateAction>, IBufferMessage, IMessage
Prevents query_term from being associated with specified terms during
search.
Example: Don't associate "gShoe" and "cheap".
[[["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 details the `DoNotAssociateAction` class within the `Google.Cloud.Retail.V2` namespace, which is designed to prevent specific search terms from being associated with others."],["The latest version documented is 2.12.0, with a history of versions going back to 1.0.0, all relating to the `DoNotAssociateAction` functionality."],["The `DoNotAssociateAction` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from `Object`."],["Key properties of this class include `DoNotAssociateTerms`, `QueryTerms`, and the deprecated `Terms`, which manage the terms that should not be associated during a search, and terms from the query, respectively."],["The class offers two constructors: a default `DoNotAssociateAction()` constructor, and another constructor `DoNotAssociateAction(Rule.Types.DoNotAssociateAction other)` that takes an existing `Rule.Types.DoNotAssociateAction` as a parameter to create a new instance."]]],[]]