Class GoogleCloudRetailV2betaCatalogAttributeFacetConfig
Possible options for the facet that corresponds to the current attribute config.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaCatalogAttributeFacetConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FacetIntervals
If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower bound must be smaller or equal than the upper bound.
Declaration
[JsonProperty("facetIntervals")]
public virtual IList<GoogleCloudRetailV2betaInterval> FacetIntervals { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2betaInterval> |
IgnoredFacetValues
Each instance represents a list of attribute values to ignore as facet values for a specific time range. The maximum number of instances per CatalogAttribute is 25.
Declaration
[JsonProperty("ignoredFacetValues")]
public virtual IList<GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues> IgnoredFacetValues { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues> |
MergedFacet
Use this field only if you want to merge a facet key into another facet key.
Declaration
[JsonProperty("mergedFacet")]
public virtual GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacet MergedFacet { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacet |
MergedFacetValues
Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if "dark_blue" merged into "BLUE", then the latter can't merge into "blues" because this would create a path of length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100. This feature is available only for textual custom attributes.
Declaration
[JsonProperty("mergedFacetValues")]
public virtual IList<GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue> MergedFacetValues { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue> |
RerankConfig
Set this field only if you want to rerank based on facet values engaged by the user for the current key. This option is only possible for custom facetable textual keys.
Declaration
[JsonProperty("rerankConfig")]
public virtual GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig RerankConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig |