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-04-09 UTC."],[[["This page provides reference documentation for the `UpdateExperimentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET environment."],["The `UpdateExperimentRequest` class is used as a request message for updating experiments in the Dialogflow CX v3 API, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the class's inheritance from `object`, along with its implemented interfaces, inherited members, constructors, and properties such as `Experiment` and `UpdateMask`."],["A list of links to previous versions of the documentation for the UpdateExperimentRequest class are provided, including the most recent version, `2.23.0`, and ranging down to `1.0.0`."],["The document showcases the two constructors available for creating a new instance of `UpdateExperimentRequest`, one for creating a default object, and one for creating a copy of another object."]]],[]]