public sealed class UpdateGeneratorRequest : IMessage<UpdateGeneratorRequest>, IEquatable<UpdateGeneratorRequest>, IDeepCloneable<UpdateGeneratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateGeneratorRequest.
The request message for
[Generators.UpdateGenerator][google.cloud.dialogflow.cx.v3.Generators.UpdateGenerator].
[[["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 document provides reference information for the `UpdateGeneratorRequest` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The latest version available is 2.23.0, and it also lists all versions back to 1.0.0."],["The `UpdateGeneratorRequest` class is used to request updates to a generator and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateGeneratorRequest` class contains properties such as `Generator`, `LanguageCode`, and `UpdateMask`, which are used to specify the details of the update."],["The `UpdateGeneratorRequest` has two constructors, `UpdateGeneratorRequest()` and `UpdateGeneratorRequest(UpdateGeneratorRequest other)` allowing the creation of a new object and the cloning of an existing one respectively."]]],[]]