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.22.0 and its associated resources."],["The `CreateGeneratorRequest` class is used to create a generator in Dialogflow CX, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateGeneratorRequest` class include `Generator` (the generator to be created), `LanguageCode` (specifying the language for generator fields), and `Parent` (identifying the agent to which the generator belongs)."],["The page lists a comprehensive history of previous versions, spanning from 2.23.0 (latest) all the way down to 1.0.0, each linking to the specific documentation for that version of `CreateGeneratorRequest`."],["The `CreateGeneratorRequest` class has two constructors: a default constructor, and one that allows for the duplication of an existing `CreateGeneratorRequest` object."]]],[]]