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 page provides reference documentation for the `Rule.Types.DoNotAssociateAction` class within the Google Cloud Retail v2 API, specifically focusing on version 2.7.0 and its associated versions."],["The `DoNotAssociateAction` class is used to prevent certain terms (`query_term`) from being associated with other specified terms during a search, as shown in the example \"Don't associate 'gShoe' and 'cheap'\"."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protobuf and .NET functionalities."],["The `DoNotAssociateAction` class includes properties such as `DoNotAssociateTerms`, `QueryTerms`, and `Terms` (deprecated), which manage the terms that should not be associated in search results, with limits of up to 100 terms each."],["The page also contains links to various previous versions of the API, ranging from the latest 2.12.0 down to 1.0.0, allowing users to access the appropriate version for their needs."]]],[]]