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