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 in Google Cloud Dialogflow CX v3."],["The latest version of `UpdateExperimentRequest` is 2.23.0, but there are multiple versions available, ranging from 1.0.0 to 2.23.0, each with a corresponding link."],["The `UpdateExperimentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all to perform functions on the class."],["The class has two constructors: a parameterless one and one that takes another `UpdateExperimentRequest` object, allowing for object creation with or without an existing object."],["It contains two key properties: `Experiment`, representing the experiment to be updated, and `UpdateMask`, which dictates which fields are updated."]]],[]]