public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.cx.v3.Environments.CreateEnvironment].
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>.
[[["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 details the `CreateEnvironmentRequest` class, which is used to create environments within the Google Cloud Dialogflow CX V3 API, and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The latest version available for the `CreateEnvironmentRequest` class is 2.23.0, with a comprehensive list of older versions provided for reference, dating back to version 1.0.0."],["The `CreateEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that accepts another `CreateEnvironmentRequest` object as a parameter, allowing for the creation of a copy."],["Key properties of the `CreateEnvironmentRequest` class include `Environment` which defines the environment to create and `Parent`, which specifies the agent under which the environment will be created."]]],[]]