Class GoogleCloudDiscoveryengineV1RecommendResponse
Response message for Recommend method.
Implements
Inherited Members
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? |