Class GoogleCloudRetailV2betaCompleteQueryResponseCompletionResult
Resource that represents completion results.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaCompleteQueryResponseCompletionResult : 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, GoogleCloudRetailV2betaCustomAttribute> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudRetailV2betaCustomAttribute> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Suggestion
The suggestion for the query.
Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }
Property Value
Type | Description |
---|---|
string |