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.14.0, but also providing links to other versions."],["The `CreateGeneratorRequest` class is used to create a new generator, as referenced by `Generators.CreateGenerator`, in the Dialogflow CX API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `CreateGeneratorRequest` class include `Generator`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are essential for defining and creating a generator within an agent."],["The documentation provides a comprehensive list of available versions, ranging from the latest 2.23.0 down to version 1.0.0, offering access to historical API references for the class."]]],[]]