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, covering versions from 1.0.0 to 2.12.0, with 2.12.0 being the latest."],["The `Rule.Types.DoNotAssociateAction` class is designed to prevent certain terms (`query_term`) from being associated with other specified terms during search operations."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["Key properties of this class include `DoNotAssociateTerms` and `QueryTerms`, which allow up to 100 specified terms each, and the deprecated `Terms` property."],["Constructors for `DoNotAssociateAction` allow for the creation of a new instance or a copy of an existing `Rule.Types.DoNotAssociateAction` object."]]],[]]