Class GoogleCloudRetailV2alphaSearchRequestQueryExpansionSpec
Specification to determine under which conditions query expansion should occur.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaSearchRequestQueryExpansionSpec : IDirectResponseSchema
Properties
Condition
The condition under which query expansion should occur. Default to Condition.DISABLED.
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PinUnexpandedResults
Whether to pin unexpanded results. The default value is false. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
Declaration
[JsonProperty("pinUnexpandedResults")]
public virtual bool? PinUnexpandedResults { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |