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