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."],[[["This webpage provides reference documentation for the `CreateExperimentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, used in the Dialogflow v3 API."],["The `CreateExperimentRequest` class is part of the Google Cloud Dialogflow CX v3 library, specifically version 2.19.0, and includes information on its constructors, properties, inherited members, and the implementation of multiple interfaces."],["The document shows the available versions of the API, starting from the latest, 2.23.0, and going down to 1.0.0, with each link leading to the `CreateExperimentRequest` documentation for that specific version."],["This `CreateExperimentRequest` class is used to create a request message for `Experiments.CreateExperiment` in the Google Cloud Dialogflow CX v3, inheriting from the object class, and implementing several interfaces."],["The documentation for the class outlines the `Experiment`, `Parent`, and `ParentAsEnvironmentName` properties, that are crucial components for creating a new experiment."]]],[]]