public sealed class GetRecommenderConfigRequest : IMessage<GetRecommenderConfigRequest>, IEquatable<GetRecommenderConfigRequest>, IDeepCloneable<GetRecommenderConfigRequest>, 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."],[[["This webpage details the `GetRecommenderConfigRequest` class, which is used to request the `GetRecommenderConfig` method in the Google Cloud Recommender V1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The latest version available is 3.7.0, with several other previous versions listed down to 2.5.0."],["`GetRecommenderConfigRequest` has two constructors: a parameterless one and one that takes another `GetRecommenderConfigRequest` instance."],["It also contains two properties: `Name` (a string representing the name of the recommendation config) and `RecommenderConfigName` (a typed view of the `Name` property), allowing access and usage of the configuration name."]]],[]]