public sealed class RecommendResponse.Types.RecommendationResult : IMessage<RecommendResponse.Types.RecommendationResult>, IEquatable<RecommendResponse.Types.RecommendationResult>, IDeepCloneable<RecommendResponse.Types.RecommendationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class RecommendResponse.Types.RecommendationResult.
RecommendationResult represents a generic recommendation result with
associated metadata.
score: Recommendation score in double value. Is set if
returnScore is set to true in
[RecommendRequest.params][google.cloud.discoveryengine.v1beta.RecommendRequest.params].
[[["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 `RecommendResponse.Types.RecommendationResult` class within the Google Cloud Discovery Engine v1beta API."],["`RecommendationResult` is a class that represents a generic recommendation outcome along with its associated metadata, and it inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `RecommendationResult()` and another constructor `RecommendationResult(RecommendResponse.Types.RecommendationResult other)` that accepts an existing `RecommendationResult` as a parameter."],["The `RecommendationResult` class has three properties, `Document` which returns the Document object if specified in the request, `Id` which is the resource identifier of the recommended document and `Metadata` which contains additional document metadata or annotations."],["The `RecommendationResult` class is found in the namespace `Google.Cloud.DiscoveryEngine.V1Beta` within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]