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."],[[["This page provides reference documentation for the `CreateGeneratorRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `CreateGeneratorRequest` class is used to create a new generator in Dialogflow CX, as defined by the request message for `Generators.CreateGenerator`."],["Key properties of the `CreateGeneratorRequest` class include `Generator` (the generator to create), `LanguageCode` (for specifying the language of the generator), and `Parent` (the agent to which the generator belongs)."],["The `CreateGeneratorRequest` class inherits from and implements multiple interfaces including: `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The most recent version available for the `CreateGeneratorRequest` is version 2.23.0, while version 2.19.0 is the one with the currently selected documentation."]]],[]]