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-03-21 UTC."],[[["The `PredictionResult` class represents the results of recommendation predictions within the Google Cloud Recommendation Engine."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all specifically for `PredictionResult`."],["`PredictionResult` has two constructors: a default constructor `PredictionResult()` and one that takes another `PredictionResult` as a parameter."],["It includes properties like `Id`, representing the ID of the recommended item, and `ItemMetadata`, which contains a map of additional item details."],["The class is found within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace, in the `Google.Cloud.RecommendationEngine.V1Beta1.dll` assembly, and is documented across multiple beta versions, with the latest being 2.0.0-beta06."]]],[]]