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