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"]],[["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 `PredictionResult` class within the `Google.Cloud.Retail.V2` namespace, which represents the results of a recommendation prediction, and is found in the Google.Cloud.Retail.V2.dll assembly."],["The `PredictionResult` class can be constructed either as a default instance with `PredictionResult()` or by copying another `PredictionResult` object with `PredictionResult(PredictResponse.Types.PredictionResult other)`."],["The class has two properties, `Id` which is a string representing the ID of the recommended product and `Metadata` which is a map field containing additional product information like a JSON representation of the product or its prediction score."],["Multiple version of the documentation is available, with version 2.12.0 being the latest and versions ranging down to 1.0.0 all of which refer to `PredictionResult`."]]],[]]