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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetGeneratorRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["The `GetGeneratorRequest` class is used as the request message for the `GetGenerator` method and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `GeneratorName`, a typed view over the resource name, and `Name`, which represents the generator resource name to be retrieved, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/generators/\u003cGenerator ID\u003e`."],["The `GetGeneratorRequest` class also includes two constructors: a default constructor and a constructor that accepts another `GetGeneratorRequest` object."],["A list of different versions of the API for the `GetGeneratorRequest` class is provided, with the most current being 4.26.0, all the way down to version 3.2.0."]]],[]]