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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for the `UpdateGeneratorRequest` class in the Dialogflow v3 API is 2.23.0, while the documentation also includes versions back to 1.0.0."],["`UpdateGeneratorRequest` is a class used in the Dialogflow v3 API for updating generators, as part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts within the Google Protobuf framework."],["The `UpdateGeneratorRequest` class includes properties such as `Generator`, `LanguageCode`, and `UpdateMask`, for specifying the generator to update, the target language, and the fields to be updated, respectively."]]],[]]