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."],[[["This page provides documentation for the `UpdateGeneratorRequest` class within the Google Cloud Dialogflow v2 API for .NET, detailing its purpose, inheritance, implementation, and available versions."],["The `UpdateGeneratorRequest` class is used to define the request structure for updating a generator in the Dialogflow API, which is shown through its role as an argument to the `UpdateGenerator` call, as well as through its definition."],["The latest version available is 4.26.0, and the documentation covers versions down to 3.2.0, each with a link to its specific documentation page."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base .NET object class."],["Key properties of the `UpdateGeneratorRequest` class include `Generator`, representing the generator to be updated, and `UpdateMask`, specifying which fields of the generator should be modified."]]],[]]