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-04-17 UTC."],[[["This webpage details the `PredictResponse` class within the `Google.Cloud.Retail.V2` namespace, which is a response message for the predict method in the Google Cloud Retail API."],["The `PredictResponse` class includes properties such as `AttributionToken`, `MissingIds`, `Results`, and `ValidateOnly` to provide data about the prediction results and missing inventory."],["The `PredictResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling and data management."],["The page lists multiple versions of the `PredictResponse` class, ranging from version 1.0.0 up to the latest version 2.12.0, accessible through the links provided."],["Constructors for the `PredictResponse` class are provided, allowing for the creation of new instances and instances copied from an existing `PredictResponse` object."]]],[]]