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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `GetGeneratorRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The latest version of the `GetGeneratorRequest` documentation available is for version 4.26.0, but the current page shows documentation for version 4.23.0, which is one of many available versions listed."],["The `GetGeneratorRequest` class is used as the request message for the `GetGenerator` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetGeneratorRequest` class includes properties such as `GeneratorName` (a typed view) and `Name` (a string), which represents the generator resource name in the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/generators/\u003cGenerator ID\u003e`."],["There is an implementation of the `GetGeneratorRequest` constructor, where you can initialize it with another instance of `GetGeneratorRequest`."]]],[]]