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 webpage provides reference documentation for the `GetGeneratorRequest` class within the Google Cloud Dialogflow v2 API, specifically focusing on version 4.22.0, but also providing links to other versions from 3.2.0 to 4.26.0."],["The `GetGeneratorRequest` class is a request message used to retrieve a generator and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes two constructors: a default `GetGeneratorRequest()` and another one that takes a `GetGeneratorRequest` object for copying."],["The class contains the properties `GeneratorName` and `Name`, used to identify and retrieve a specific generator, where `Name` refers to the full resource name."]]],[]]