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."],[[["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."]]],[]]