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 page documents the `UpdateExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for updating experiments."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities."],["The latest version documented is `2.23.0`, and there are versions dating back to `1.0.0` that are linked on this page."],["`UpdateExperimentRequest` has properties for `Experiment` and `UpdateMask`, allowing users to specify the experiment to update and which fields should be modified, respectively."],["The `UpdateExperimentRequest` class has two constructors, a default one with no arguments and one which takes another `UpdateExperimentRequest` object as an argument."]]],[]]