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 webpage details the `UpdateExperimentRequest` class, which is used to update experiments in the Google Cloud Dialogflow CX V3 API, across multiple versions, with the latest being 2.23.0."],["`UpdateExperimentRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message manipulation, equality checking, deep cloning, and buffered data handling."],["This class has two constructors: a default constructor and another that takes another `UpdateExperimentRequest` instance as a parameter for creating a copy."],["The class includes properties `Experiment` of type `Experiment` that allows updating an experiment and `UpdateMask` of type `FieldMask` which controls which fields are updated in the request."],["There are 37 versions of the `Google.Cloud.Dialogflow.Cx.V3.UpdateExperimentRequest` referenced on the page, from 1.0.0 to 2.23.0."]]],[]]