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 document provides reference documentation for the `CreateGeneratorRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, which is used for creating generators in the Dialogflow v3 API."],["The latest version available is 2.23.0, and the document lists all the available versions of the class, from 1.0.0 to the latest."],["The `CreateGeneratorRequest` class has constructors to create a new instance or a copy of an existing one, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Generator`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which allow you to define the details of the generator to be created, including the agent it belongs to and the language."],["The parent resource name is a required field and has a specified format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."]]],[]]