public sealed class UpdateGeneratorRequest : IMessage<UpdateGeneratorRequest>, IEquatable<UpdateGeneratorRequest>, IDeepCloneable<UpdateGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateGeneratorRequest.
The request message for
[Generators.UpdateGenerator][google.cloud.dialogflow.cx.v3.Generators.UpdateGenerator].
[[["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 document provides reference information for the `UpdateGeneratorRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace in the .NET Dialogflow v3 API."],["The `UpdateGeneratorRequest` class is used to define the request message for updating a generator and has properties to specify the generator, the language, and the update mask."],["The documentation includes details on the class's inheritance, implemented interfaces, constructors, properties such as Generator, LanguageCode, and UpdateMask, and the available versions ranging from 1.0.0 to the latest 2.23.0."],["The document offers the ability to access older versions of the API class, allowing developers to reference previous states of the UpdateGeneratorRequest as needed."]]],[]]