Show / Hide Table of Contents

Class GoogleCloudRetailV2betaRuleReplacementAction

Replaces a term in the query. Multiple replacement candidates can be specified. All query_terms will be replaced with the replacement term. Example: Replace "gShoe" with "google shoe".

Inheritance
object
GoogleCloudRetailV2betaRuleReplacementAction
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 GoogleCloudRetailV2betaRuleReplacementAction : IDirectResponseSchema

Properties

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 be replaced by replacement term. Can specify up to 100 terms.

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

ReplacementTerm

Term that will be used for replacement.

Declaration
[JsonProperty("replacementTerm")]
public virtual string ReplacementTerm { get; set; }
Property Value
Type Description
string

Term

Will be [deprecated = true] post migration;

Declaration
[JsonProperty("term")]
public virtual string Term { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX