public sealed class UpdateExperimentRequest : IMessage<UpdateExperimentRequest>, IEquatable<UpdateExperimentRequest>, IDeepCloneable<UpdateExperimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateExperimentRequest.
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 reference documentation for the `UpdateExperimentRequest` class within the Dialogflow v3 API, specifically for the .NET environment, detailing its usage in updating experiments."],["The `UpdateExperimentRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used as a message for updating experiments via the `Experiments.UpdateExperiment` method."],["The latest version of this API that is available in this document is 2.23.0, but the document shows versions of this file as low as 1.0.0, including multiple versions in the 2.x.x range."],["The `UpdateExperimentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes constructors for creating new instances and duplicating them."],["The `UpdateExperimentRequest` class contains properties such as `Experiment` (the experiment to update) and `UpdateMask` (which fields to update), both required for updating an experiment."]]],[]]