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."],[[["This webpage provides documentation for the `UpdateExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, constructors, and inherited members."],["The latest version available for `UpdateExperimentRequest` is 2.23.0, with a comprehensive list of versions dating back to 1.0.0."],["`UpdateExperimentRequest` is used to update experiments in Dialogflow CX and requires both an `Experiment` object and a `FieldMask` to control the update process."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `System.Object` class."]]],[]]