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."],[[["This document outlines the `CreateExperimentRequest` class, which is used to create an experiment within the Dialogflow CX environment."],["The latest version available for `CreateExperimentRequest` is 2.23.0, with multiple prior versions listed, ranging from 2.22.0 down to 1.0.0."],["The `CreateExperimentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for object management."],["The class has two constructors: a default constructor and one that takes another `CreateExperimentRequest` object as a parameter, allowing for cloning."],["Key properties of `CreateExperimentRequest` include `Experiment` (the experiment to be created), `Parent` (the agent environment where the experiment will reside), and `ParentAsEnvironmentName`, which provides a typed view over the `Parent` resource name."]]],[]]