public sealed class UpdateGeneratorRequest : IMessage<UpdateGeneratorRequest>, IEquatable<UpdateGeneratorRequest>, IDeepCloneable<UpdateGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateGeneratorRequest.
[[["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."],[[["The `UpdateGeneratorRequest` class is part of the Google Cloud Dialogflow v2 API, with the latest version being 4.26.0."],["This class, `UpdateGeneratorRequest`, serves as the request object for the `UpdateGenerator` method in the API."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cUpdateGeneratorRequest\u003e`, `IDeepCloneable\u003cUpdateGeneratorRequest\u003e`, and `IBufferMessage`."],["The class includes properties for `Generator`, which specifies the generator to update, and `UpdateMask`, which allows for selective updating of fields."],["A complete list of prior versions is available, starting from 4.25.0 all the way back to 3.2.0."]]],[]]