Class GoogleCloudRetailV2alphaCompleteQueryResponseCompletionResult
Resource that represents completion results.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaCompleteQueryResponseCompletionResult : IDirectResponseSchema
Properties
Attributes
Custom attributes for the suggestion term. * For user-data
, the attributes are additional custom
attributes ingested through BigQuery. * For cloud-retail
, the attributes are product attributes generated
by Cloud Retail. It requires UserEvent.product_details is imported properly.
Declaration
[JsonProperty("attributes")]
public virtual IDictionary<string, GoogleCloudRetailV2alphaCustomAttribute> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudRetailV2alphaCustomAttribute> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Facets
Facet information for the suggestion term. Gives the number of items resulting from a search with this suggestion term for each facet. This is an experimental feature for limited customers. If you want to receive this facet information, reach out to the Retail support team.
Declaration
[JsonProperty("facets")]
public virtual IList<GoogleCloudRetailV2alphaSearchResponseFacet> Facets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2alphaSearchResponseFacet> |
Suggestion
The suggestion for the query.
Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalProductCount
Total number of products associated with a search with this suggestion. This is an experimental feature for limited customers. If you want to receive this product count information, reach out to the Retail support team.
Declaration
[JsonProperty("totalProductCount")]
public virtual int? TotalProductCount { get; set; }
Property Value
Type | Description |
---|---|
int? |