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."],[[["This webpage provides reference documentation for the `UpdateExperimentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET environment."],["The latest version available for `UpdateExperimentRequest` is 2.23.0, and the page covers versions from 1.0.0 to the latest."],["`UpdateExperimentRequest` is a request message used for updating experiments in the Dialogflow v3 API, and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateExperimentRequest` class has two constructors and two key properties: `Experiment`, which represents the experiment to be updated, and `UpdateMask`, which specifies which fields should be modified."],["The namespace of the class is `Google.Cloud.Dialogflow.Cx.V3`, and the assembly it is found in is `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]