public sealed class Rule.Types.DoNotAssociateAction : IMessage<Rule.Types.DoNotAssociateAction>, IEquatable<Rule.Types.DoNotAssociateAction>, IDeepCloneable<Rule.Types.DoNotAssociateAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Rule.Types.DoNotAssociateAction.
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 document provides reference documentation for the `Rule.Types.DoNotAssociateAction` class within the Google Cloud Retail v2 API, with the latest version being 2.12.0."],["`Rule.Types.DoNotAssociateAction` is used to prevent specified terms from being associated with a query term during a search, such as preventing \"gShoe\" and \"cheap\" from being associated."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `DoNotAssociateAction` class has properties such as `DoNotAssociateTerms`, `QueryTerms`, and `Terms`, with `Terms` being marked for deprecation, to manage the terms that should not be associated in search results."],["There is a history of releases for the documentation of `Rule.Types.DoNotAssociateAction`, with versions ranging from 1.0.0 to the latest 2.12.0, all being accessible to the user."]]],[]]