Class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec
Specification to determine under which conditions query expansion should occur.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec : 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. 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? |