public sealed class CreateGeneratorRequest : IMessage<CreateGeneratorRequest>, IEquatable<CreateGeneratorRequest>, IDeepCloneable<CreateGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateGeneratorRequest.
The request message for
[Generators.CreateGenerator][google.cloud.dialogflow.cx.v3.Generators.CreateGenerator].
[[["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 `CreateGeneratorRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, detailing its properties, constructors, and implemented interfaces."],["The `CreateGeneratorRequest` class is used to send requests for creating a generator, as part of the Dialogflow v3 API, specifically within the `Generators.CreateGenerator` function."],["The documentation lists various versions of the API, from the latest 2.23.0 down to 1.0.0, allowing users to navigate through different releases."],["Key properties of `CreateGeneratorRequest` include `Generator` (the generator to be created), `LanguageCode` (specifying the language), and `Parent` (the agent for which to create the generator)."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, object comparison, deep cloning, and buffer management."]]],[]]