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 webpage provides documentation for the `GetGeneratorRequest` class within the Google Cloud Dialogflow CX V3 API, specifically within the .NET framework."],["The content lists available versions of the API, ranging from the latest version 2.23.0 down to version 1.0.0, with version 2.19.0 being the current focus."],["The `GetGeneratorRequest` class is a request message used to retrieve generator details, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `GeneratorName`, `LanguageCode`, and `Name`, that allow you to define what to retrieve, which language, and other crucial parameters."],["There are two constructors available for the `GetGeneratorRequest` class: a default constructor and one that accepts another `GetGeneratorRequest` object for deep cloning."]]],[]]