public sealed class CreateExperimentRequest : IMessage<CreateExperimentRequest>, IEquatable<CreateExperimentRequest>, IDeepCloneable<CreateExperimentRequest>, IBufferMessage, IMessage
The request message for [Experiments.CreateExperiment][google.cloud.dialogflow.cx.v3.Experiments.CreateExperiment].
Required. The [Agent][google.cloud.dialogflow.cx.v3.Agent] to create an [Environment][google.cloud.dialogflow.cx.v3.Environment] for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>.
[[["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 latest version of the `CreateExperimentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package, with multiple previous versions available."],["This class is used for creating experiment requests within the Dialogflow CX API, specifically for the `Experiments.CreateExperiment` method."],["The `CreateExperimentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateExperimentRequest` include `Experiment`, which is the experiment data to be created, and `Parent`, which specifies the agent and environment for which the experiment is created."],["There are two constructors for the CreateExperimentRequest class, a default one and one that takes another CreateExperimentRequest to copy data from."]]],[]]