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."],["The `UpdateGeneratorRequest` class is used to define the request for updating a generator and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered operations."],["Key properties of `UpdateGeneratorRequest` include `Generator`, which is the required generator to update, and `UpdateMask`, which is an optional field specifying which parts of the generator should be updated."],["The documentation references multiple version numbers, ranging from version 3.2.0 to the latest 4.26.0, allowing users to consult documentation specific to a wide range of API versions."]]],[]]