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, spanning multiple versions."],["`GetRecommendationRequest` is used to request the `GetRecommendation` method and inherits from the base `object` class, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetRecommendationRequest` class has two constructors, one default and one that accepts another `GetRecommendationRequest` instance, allowing for duplication."],["Key properties of `GetRecommendationRequest` include `Name`, a required string, and `RecommendationName`, which provides a typed view over the resource name."],["The documentation lists multiple available versions of the `GetRecommendationRequest`, with version 3.7.0 being the most recent, followed by a list of previous versions going all the way back to version 2.5.0."]]],[]]