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 provides documentation for the `UpdateExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `UpdateExperimentRequest` class is used to construct messages for updating experiments via the `Experiments.UpdateExperiment` method."],["It inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The class contains properties such as `Experiment` and `UpdateMask`, which are required for defining the experiment to be updated and the fields that should be modified, respectively."],["The webpage also includes a list of different versions of this doc, with the most recent being version 2.23.0, and going down to 1.0.0."]]],[]]