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 content details various versions of the `UpdateExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version, 2.23.0."],["`UpdateExperimentRequest` is a class used for updating experiments and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateExperimentRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateExperimentRequest` object as a parameter."],["The class contains two properties, `Experiment` of type `Experiment` which represents the required experiment to be updated, and `UpdateMask` of type `FieldMask`, which is required to control which fields are updated."],["This is a listing of all available versions of the `UpdateExperimentRequest`, along with the associated inheritance, namespace, assembly, constructor, and property information that can be found on this page."]]],[]]