Class GoogleCloudRetailV2alphaRuleDoNotAssociateAction
Prevents query_term
from being associated with specified terms during search. Example: Don't associate "gShoe"
and "cheap".
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaRuleDoNotAssociateAction : 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> |