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."],[[["The latest version available for the `GetGeneratorRequest` class in the Dialogflow v3 API is 2.23.0, but there are numerous previous versions, ranging from 2.22.0 to 1.0.0, that are also available."],["`GetGeneratorRequest` is used to request a specific generator from the Dialogflow API, and the request message is defined as part of the `Generators.GetGenerator` function within the API."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide capabilities for message handling, equality checking, deep cloning, and buffer-level message interactions."],["The class includes properties such as `GeneratorName`, `LanguageCode`, and `Name`, which are used to define the specific generator being requested, the language for the generator and the resource name."],["The `GetGeneratorRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is contained within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, in .NET."]]],[]]