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 content provides reference documentation for the `UpdateExperimentRequest` class within the Dialogflow v3 API, specifically for the .NET environment, detailing its usage in updating experiments."],["The latest version available in this list for the `UpdateExperimentRequest` class is 2.23.0, with a full list provided going down to version 1.0.0."],["`UpdateExperimentRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting capabilities for message handling, comparison, deep cloning, and buffered operations."],["Key properties of the `UpdateExperimentRequest` class include `Experiment`, representing the experiment data, and `UpdateMask`, which dictates which fields are to be modified during the update."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, meaning it is an external library."]]],[]]