public sealed class PredictResponse.Types.PredictionResult : IMessage<PredictResponse.Types.PredictionResult>, IEquatable<PredictResponse.Types.PredictionResult>, IDeepCloneable<PredictResponse.Types.PredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class PredictResponse.Types.PredictionResult.
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-03-21 UTC."],[[["This document provides reference information for the `PredictResponse.Types.PredictionResult` class within the Google Cloud Retail v2 API, detailing its implementation and usage."],["The `PredictionResult` class, part of the `Google.Cloud.Retail.V2` namespace, represents the output of recommendation predictions and implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document includes version-specific links for `PredictResponse.Types.PredictionResult`, ranging from version 1.0.0 to 2.12.0, with 2.12.0 being the latest version."],["The class contains two main properties: `Id`, which represents the ID of the recommended product, and `Metadata`, which provides additional product annotations such as product details and prediction scores."]]],[]]