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, specifically for version 2.17.0 of the API."],["The `CreateGeneratorRequest` class is used to define the request message for creating a new generator through the Dialogflow CX v3 API, using the `Generators.CreateGenerator` method."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing message structure and handling."],["The `CreateGeneratorRequest` class has properties to define the generator to create, such as `Generator`, `LanguageCode`, and `Parent` (or `ParentAsAgentName`) for specifying the agent the generator belongs to."],["The document lists various versions of the API, from 2.23.0 (latest) down to 1.0.0, each with a link to its respective documentation for the `CreateGeneratorRequest` class."]]],[]]