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 latest version of `UpdateExperimentRequest` is 2.23.0, with many other previous versions available, ranging down to 1.0.0."],["`UpdateExperimentRequest` is a message used for updating experiments within the Dialogflow CX V3 API."],["This class inherits from `Object` and implements `IMessage\u003cUpdateExperimentRequest\u003e`, `IEquatable\u003cUpdateExperimentRequest\u003e`, `IDeepCloneable\u003cUpdateExperimentRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It has two constructors: one default and another that takes an `UpdateExperimentRequest` object for copying, and it includes properties for `Experiment` and `UpdateMask`."],["`UpdateExperimentRequest` is contained within the `Google.Cloud.Dialogflow.Cx.V3` namespace."]]],[]]