public sealed class CreateExperimentRequest : IMessage<CreateExperimentRequest>, IEquatable<CreateExperimentRequest>, IDeepCloneable<CreateExperimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateExperimentRequest.
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 page provides documentation for the `CreateExperimentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.17.0 and its associated references."],["It details the inheritance and implementation structure of the `CreateExperimentRequest` class, outlining that it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content includes information about available versions of the `CreateExperimentRequest` class, ranging from the latest version 2.23.0 down to version 1.0.0."],["The document describes the constructors, properties (`Experiment`, `Parent`, `ParentAsEnvironmentName`), and inherited members of the `CreateExperimentRequest` class, providing insights into how to create and use it."],["It clarifies that the `CreateExperimentRequest` is used for the `Experiments.CreateExperiment` method within the Dialogflow CX API, requiring an agent, environment, and experiment to be created."]]],[]]