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, used in the Dialogflow v3 API."],["The `StartExperimentRequest` class is utilized to initiate an experiment, as part of the `Experiments.StartExperiment` process."],["The document outlines the class's inheritance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and provides details on its constructors and properties such as `ExperimentName` and `Name`."],["The document provides links to versions of the same reference starting from version 1.0.0 up to the latest version, 2.23.0."],["This documentation is part of the Google Cloud .NET library."]]],[]]