public sealed class GetGeneratorRequest : IMessage<GetGeneratorRequest>, IEquatable<GetGeneratorRequest>, IDeepCloneable<GetGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetGeneratorRequest.
[[["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-04-09 UTC."],[[["This page provides reference documentation for the `GetGeneratorRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `GetGeneratorRequest` class is a request message used in the `GetGenerator` method, and it inherits from the `object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetGeneratorRequest` class has two constructors, a default one and another that accepts an existing `GetGeneratorRequest` object for copying."],["The class includes two key properties, `GeneratorName` which is a typed view of the `Name`, and `Name`, which represents the resource name of the generator to retrieve, following a specific format."],["This page details the different versions of the `GetGeneratorRequest` class, with version 4.26.0 being the latest and multiple previous versions listed."]]],[]]