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-04-09 UTC."],[[["This page provides documentation for the `CreateGeneratorRequest` class within the Google Cloud Dialogflow CX V3 API, specifically focusing on version 2.21.0 and its related versions."],["The `CreateGeneratorRequest` class is used to create a generator, as defined in the Dialogflow CX V3 API's `Generators.CreateGenerator` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, comparison, deep cloning, and buffer operations."],["Key properties of the `CreateGeneratorRequest` class include `Generator` (the generator to be created), `LanguageCode` (for specifying the language), and `Parent` (the agent for which to create the generator)."],["The documentation lists all available versions of the `CreateGeneratorRequest` class, ranging from the latest 2.23.0 down to 1.0.0, along with links to each version's details."]]],[]]