public sealed class GetRecommendationRequest : IMessage<GetRecommendationRequest>, IEquatable<GetRecommendationRequest>, IDeepCloneable<GetRecommendationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class GetRecommendationRequest.
[[["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 documentation for the `GetRecommendationRequest` class within the Google Cloud Recommender v1 API, specifically version 3.6.0."],["The `GetRecommendationRequest` class is used to make requests to the `GetRecommendation` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The document details the available constructors for the `GetRecommendationRequest` class, including a parameterless constructor and one that accepts another `GetRecommendationRequest` object, as well as its two properties `Name` and `RecommendationName`."],["The full history of versions for this API are listed above, with the latest being 3.7.0 and going all the way back to version 2.5.0."]]],[]]