Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1RecommendResponse

Response message for Recommend method.

Inheritance
object
GoogleCloudDiscoveryengineV1RecommendResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1RecommendResponse : IDirectResponseSchema

Properties

AttributionToken

A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.

Declaration
[JsonProperty("attributionToken")]
public virtual string AttributionToken { 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

MissingIds

IDs of documents in the request that were missing from the default Branch associated with the requested ServingConfig.

Declaration
[JsonProperty("missingIds")]
public virtual IList<string> MissingIds { get; set; }
Property Value
Type Description
IList<string>

Results

A list of recommended Documents. The order represents the ranking (from the most relevant Document to the least).

Declaration
[JsonProperty("results")]
public virtual IList<GoogleCloudDiscoveryengineV1RecommendResponseRecommendationResult> Results { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1RecommendResponseRecommendationResult>

ValidateOnly

True if RecommendRequest.validate_only was set.

Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX