Show / Hide Table of Contents

Class GoogleCloudRetailV2betaRuleDoNotAssociateAction

Prevents query_term from being associated with specified terms during search. Example: Don't associate "gShoe" and "cheap".

Inheritance
object
GoogleCloudRetailV2betaRuleDoNotAssociateAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaRuleDoNotAssociateAction : IDirectResponseSchema

Properties

DoNotAssociateTerms

Cannot contain duplicates or the query term. Can specify up to 100 terms.

Declaration
[JsonProperty("doNotAssociateTerms")]
public virtual IList<string> DoNotAssociateTerms { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

QueryTerms

Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.

Declaration
[JsonProperty("queryTerms")]
public virtual IList<string> QueryTerms { get; set; }
Property Value
Type Description
IList<string>

Terms

Will be [deprecated = true] post migration;

Declaration
[JsonProperty("terms")]
public virtual IList<string> Terms { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX