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 details the `UpdateExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for updating experiments in the Dialogflow CX API."],["The `UpdateExperimentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["The page lists various versions of the `UpdateExperimentRequest`, ranging from the latest `2.23.0` down to `1.0.0`, allowing users to access documentation for different releases of the API."],["Two main constructors are provided for the `UpdateExperimentRequest` class: a default constructor and a copy constructor that takes another `UpdateExperimentRequest` object."],["The `UpdateExperimentRequest` class includes properties `Experiment` (the experiment to update) and `UpdateMask` (a mask to specify which fields should be updated), essential for specifying the parameters of the update operation."]]],[]]