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 API."],["The `UpdateExperimentRequest` class is used to construct request messages for updating experiments, as indicated by its association with `Experiments.UpdateExperiment`."],["The latest version of the documentation is version 2.23.0, and there are numerous older versions available, down to version 1.0.0, that reference this same class."],["The class `UpdateExperimentRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and integrations."],["Key properties of the `UpdateExperimentRequest` class include `Experiment` (the experiment to update) and `UpdateMask` (to control which fields are updated)."]]],[]]