public sealed class PredictResponse : IMessage<PredictResponse>, IEquatable<PredictResponse>, IDeepCloneable<PredictResponse>, IBufferMessage, IMessage
A unique attribution token. This should be included in the
[UserEvent][google.cloud.retail.v2.UserEvent] logs resulting from this
recommendation, which enables accurate attribution of recommendation model
performance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `PredictResponse` class, which is a response message for the predict method in the Google Cloud Retail V2 API, available in various versions from 1.0.0 to 2.12.0."],["The `PredictResponse` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, to enable message handling, equality comparisons, deep cloning, and buffer management."],["The `PredictResponse` class has several properties, including `AttributionToken` (a unique token for tracking model performance), `MissingIds` (IDs of missing products), `Results` (a list of recommended products), and `ValidateOnly` (a boolean to indicate validation status)."],["Constructors for the `PredictResponse` class include a default constructor and one that takes another `PredictResponse` object as a parameter, allowing for object creation and cloning."],["The namespace for this class is `Google.Cloud.Retail.V2`, and it is contained within the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]