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 `UpdateExperimentRequest` class is used to send requests for updating experiments within the Dialogflow CX environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The class has two constructors, a default constructor and one that takes another `UpdateExperimentRequest` object for creating copies."],["It contains two essential properties: `Experiment`, which specifies the experiment to be updated, and `UpdateMask`, which determines which fields of the experiment should be updated."],["The provided documentation covers various versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from version 1.0.0 to the latest version 2.23.0, highlighting the history and evolution of the `UpdateExperimentRequest`."]]],[]]