public sealed class GetGeneratorRequest : IMessage<GetGeneratorRequest>, IEquatable<GetGeneratorRequest>, IDeepCloneable<GetGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetGeneratorRequest.
The request message for
[Generators.GetGenerator][google.cloud.dialogflow.cx.v3.Generators.GetGenerator].
[[["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 document provides reference documentation for the `GetGeneratorRequest` class within the Dialogflow v3 API, specifically for version 2.17.0 of the .NET library."],["The `GetGeneratorRequest` class is used to request a specific generator via the `Generators.GetGenerator` method."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is a part of the Google Protobuf structure."],["Key properties of `GetGeneratorRequest` include `GeneratorName`, `LanguageCode`, and `Name`, allowing for the specification of the desired generator and associated language."],["The document contains links to different versions of the `GetGeneratorRequest` class, ranging from version 2.23.0 (latest) down to version 1.0.0, providing access to historical documention."]]],[]]