public sealed class UpdateExperimentRequest : IMessage<UpdateExperimentRequest>, IEquatable<UpdateExperimentRequest>, IDeepCloneable<UpdateExperimentRequest>, IBufferMessage, IMessage
The request message for [Experiments.UpdateExperiment][google.cloud.dialogflow.cx.v3.Experiments.UpdateExperiment].
[[["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."],[[["The webpage documents the `UpdateExperimentRequest` class, which is used to update an experiment in the Dialogflow CX API."],["This class is found within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest documented version of `UpdateExperimentRequest` is 2.23.0, with numerous prior versions listed down to 1.0.0, showing the history and evolution of the class."],["`UpdateExperimentRequest` has two primary constructors: a default constructor and one that accepts another `UpdateExperimentRequest` object, and it contains the properties `Experiment` and `UpdateMask`, allowing for controlled updates."],["The page offers a list of the methods inherited by the `UpdateExperimentRequest` from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]