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."],[[["The latest version available for `PredictResponse` within the Google.Cloud.Retail.V2 namespace is version 2.12.0, with a range of prior versions listed back to 1.0.0."],["`PredictResponse` is a response message used for the predict method, implementing interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and it inherits from the Object class."],["The class has properties like `AttributionToken` (a unique token for tracking recommendation model performance), `MissingIds` (IDs of missing products), `Results` (a ranked list of product recommendations), and `ValidateOnly` (indicating if validation was requested)."],["The `PredictResponse` class has two constructors, one that is empty, and another that takes in another `PredictResponse` object as a parameter."],["There are multiple members that are inherited from `object`, including, `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]