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 the `UpdateExperimentRequest` is 2.23.0, while older versions are available, ranging down to version 1.0.0."],["`UpdateExperimentRequest` is a request message used for updating experiments within the `google.cloud.dialogflow.cx.v3.Experiments` service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateExperimentRequest` class has properties for setting the `Experiment` to be updated and the `UpdateMask` to control field updates."],["The class inherits from `Object`, and includes constructors for default initialization and creating a copy from another `UpdateExperimentRequest` instance."]]],[]]