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 document provides reference information for the `UpdateGeneratorRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, part of the Dialogflow v3 API."],["The `UpdateGeneratorRequest` class is used to construct request messages for updating generators, as detailed in the `Generators.UpdateGenerator` API method."],["The document details a comprehensive history of the class versions, ranging from version 1.0.0 up to the latest version 2.23.0."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various functionalities within the .NET environment."],["Key properties of `UpdateGeneratorRequest` include `Generator` (the generator to be updated), `LanguageCode` (the language for listing generators), and `UpdateMask` (controlling which fields are updated), which can all be set by the user."]]],[]]