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` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This webpage documents the `UpdateExperimentRequest` class across multiple versions, ranging from 1.0.0 to the latest 2.23.0, with each version linking to its specific documentation page."],["The `UpdateExperimentRequest` class is used for updating an experiment, as defined by the `Experiments.UpdateExperiment` method within the Dialogflow CX V3 API, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateExperimentRequest` class has two key properties: `Experiment` (the experiment to be updated) and `UpdateMask` (to control which fields get updated), both of which are required."]]],[]]