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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for the `CreateGeneratorRequest` class in the Dialogflow v3 API is 2.23.0, but there are multiple versions available for use, starting from 1.0.0 all the way up to the latest."],["The `CreateGeneratorRequest` class is used to request the creation of a generator within the Dialogflow CX v3 API."],["This class inherits from `object` and implements the interfaces `IMessage`, `IEquatable\u003cCreateGeneratorRequest\u003e`, `IDeepCloneable\u003cCreateGeneratorRequest\u003e`, and `IBufferMessage`."],["The `CreateGeneratorRequest` class contains properties such as `Generator`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are used to specify the details of the generator to be created."],["The `Parent` property in the `CreateGeneratorRequest` class is required and uses a specific format to refer to the agent for which the generator will be created."]]],[]]