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-06-05 UTC."],[[["The `PredictResponse` class is a response message for the predict method in the Google Cloud Retail V2 API, and it is accessible in versions ranging from 1.0.0 to 2.12.0 with 2.12.0 being the latest."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in message handling and comparison operations within the .NET environment."],["The `PredictResponse` class contains properties such as `AttributionToken`, `MissingIds`, `Results`, and `ValidateOnly`, which provide information about the recommendation results, missing product IDs, a unique token, and if validation was used."],["The `Results` property in the `PredictResponse` class contains a list of recommended products, ranked from most to least relevant, as `RepeatedField` of type `PredictResponse.Types.PredictionResult`."],["It is possible to instatiate a `PredictResponse` Object through either the empty constructor `PredictResponse()` or through the copy constructor `PredictResponse(PredictResponse other)`."]]],[]]