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 page provides reference documentation for the `GetGeneratorRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the Dialogflow v3 API in .NET."],["The `GetGeneratorRequest` class is used to request a specific generator from the Dialogflow CX API, indicated by the `GetGeneratorRequest` message type."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role in message handling and object manipulation."],["The documentation lists all the available versions of the GetGeneratorRequest class, from version 1.0.0 to 2.23.0 (latest)."],["The key properties of the `GetGeneratorRequest` class, such as `GeneratorName`, `LanguageCode`, and `Name`, are used to locate and retrieve a specific generator."]]],[]]