public sealed class UpdateGeneratorRequest : IMessage<UpdateGeneratorRequest>, IEquatable<UpdateGeneratorRequest>, IDeepCloneable<UpdateGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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 document provides reference documentation for the `UpdateGeneratorRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for .NET."],["`UpdateGeneratorRequest` is a class used to make requests for updating a generator and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Generator`, which is required to identify the generator to be updated, and `UpdateMask`, which is an optional field to specify which fields to update."],["There are two constructors available for creating an `UpdateGeneratorRequest` object: a default constructor and a constructor that takes another `UpdateGeneratorRequest` as a parameter."],["The `UpdateGeneratorRequest` class inherits from `object` and is located within the `Google.Cloud.Dialogflow.V2Beta1` namespace, contained within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]