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 provided content outlines the different versions of `PredictResponse.Types.PredictionResult`, with version 2.12.0 being the latest."],["`PredictionResult` is a class representing recommendation prediction results and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PredictionResult` class includes properties such as `Id`, which represents the ID of the recommended product, and `Metadata`, which contains additional product annotations."],["There are two constructors available for the `PredictionResult` class, one which is parameterless, and another which takes another `PredictionResult` object as a parameter."],["The namespace of this class is `Google.Cloud.Retail.V2`, found within the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]