public sealed class GetRecommendationRequest : IMessage<GetRecommendationRequest>, IEquatable<GetRecommendationRequest>, IDeepCloneable<GetRecommendationRequest>, IBufferMessage, IMessage
[[["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 `GetRecommendationRequest` class is used to make requests to the `GetRecommendation` method within the `Google.Cloud.Recommender.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["The class includes two constructors: a default constructor and a constructor that accepts another `GetRecommendationRequest` object for copying."],["`GetRecommendationRequest` has two properties `Name` which is a string that represents the required name of the recommendation, and `RecommendationName` which is a typed view over the name property."],["This is a reference documentation page for different versions of `GetRecommendationRequest`, ranging from version 2.5.0 to the latest version, 3.7.0."]]],[]]