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 webpage provides reference documentation for the `UpdateGeneratorRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.22.0."],["The `UpdateGeneratorRequest` class is used to send requests to update a generator, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the class's constructors, including a default constructor and one that accepts another `UpdateGeneratorRequest` object for cloning."],["The documentation lists the `Generator` and `UpdateMask` properties, which are required and optional, respectively, and are used to specify the generator to update and the fields that should be modified."],["A historical list of versions related to `UpdateGeneratorRequest` is provided, ranging from the latest (4.26.0) down to 3.2.0, linking to the corresponding documentation of each version."]]],[]]