public sealed class StartExperimentRequest : IMessage<StartExperimentRequest>, IEquatable<StartExperimentRequest>, IDeepCloneable<StartExperimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class StartExperimentRequest.
The request message for
[Experiments.StartExperiment][google.cloud.dialogflow.cx.v3.Experiments.StartExperiment].
Required. Resource name of the experiment to start.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.
[[["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 document provides reference documentation for the `StartExperimentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the Dialogflow v3 API."],["The `StartExperimentRequest` class is used to construct the request message for starting an experiment, as specified in the `Experiments.StartExperiment` API."],["The documentation covers various versions of the `StartExperimentRequest` class, ranging from version 1.0.0 up to the latest version, 2.23.0, including versions 2.21.0 which is the one detailed the most."],["The `StartExperimentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `object` class."],["The class has properties including `ExperimentName`, a typed view over the `Name` property, and `Name`, which is the resource name of the experiment to start in the format `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e/experiments/\u003cExperimentID\u003e`."]]],[]]