Show / Hide Table of Contents

Class GoogleCloudRetailV2betaSearchRequestBoostSpec

Boost specification to boost certain items.

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

Properties

ConditionBoostSpecs

Condition boost specifications. If a product matches multiple conditions in the specifications, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

Declaration
[JsonProperty("conditionBoostSpecs")]
public virtual IList<GoogleCloudRetailV2betaSearchRequestBoostSpecConditionBoostSpec> ConditionBoostSpecs { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2betaSearchRequestBoostSpecConditionBoostSpec>

ETag

The ETag of the item.

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

SkipBoostSpecValidation

Whether to skip boostspec validation. If this field is set to true, invalid BoostSpec.condition_boost_specs will be ignored and valid BoostSpec.condition_boost_specs will still be applied.

Declaration
[JsonProperty("skipBoostSpecValidation")]
public virtual bool? SkipBoostSpecValidation { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX