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-03-21 UTC."],[[["This page provides documentation for the `UpdateGeneratorRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET development."],["The `UpdateGeneratorRequest` class is used to construct request messages for updating generators within the Dialogflow CX platform, it implements multiple interfaces for Protobuf management."],["There is a list of available versions for the API ranging from 1.0.0 to 2.23.0, with version 2.23.0 being the latest, and each having a separate documentation file."],["Key properties of the `UpdateGeneratorRequest` class include `Generator`, `LanguageCode`, and `UpdateMask`, which control the update operation, the target language, and the fields to be updated respectively."],["The `UpdateGeneratorRequest` class includes two constructors, one default and another taking an existing `UpdateGeneratorRequest` object for a deep copy, along with inherited methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]