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."],[[["The latest version of the Dialogflow v3 API for `CreateGeneratorRequest` is 2.23.0, with numerous prior versions available, ranging down to 1.0.0."],["`CreateGeneratorRequest` is a class used to create a generator within the Dialogflow CX v3 API, as indicated in the request message for `Generators.CreateGenerator`."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The `CreateGeneratorRequest` class contains properties such as `Generator`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are used to specify the details and context for creating a new generator."],["The `CreateGeneratorRequest` contains two constructors, one empty and one that takes in a `CreateGeneratorRequest` as a parameter."]]],[]]