public sealed class PredictionResult : IMessage<PredictResponse.Types.PredictionResult>, IEquatable<PredictResponse.Types.PredictionResult>, IDeepCloneable<PredictResponse.Types.PredictionResult>, IBufferMessage, IMessage
PredictionResult represents the recommendation prediction results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of `PredictionResult` is 2.12.0, with multiple previous versions ranging from 2.11.0 down to 1.0.0 available for reference."],["`PredictionResult` represents the results of a recommendation prediction, serving as a class within the `Google.Cloud.Retail.V2` namespace."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["`PredictionResult` has properties like `Id`, which is a string representing the ID of the recommended product, and `Metadata`, a `MapField` for additional product information."],["It can be constructed with no arguments or with a `PredictResponse.Types.PredictionResult` argument of the same type."]]],[]]