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."],[[["The latest version available for `CreateEnvironmentRequest` is 2.23.0, as shown by the version list provided."],["This webpage provides documentation for the `CreateEnvironmentRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the .NET framework."],["The `CreateEnvironmentRequest` class is used for creating new environments within Google Cloud Dialogflow CX, and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateEnvironmentRequest` class has two constructors, a default one and another that accepts another `CreateEnvironmentRequest` as a parameter."],["Key properties of `CreateEnvironmentRequest` include `Environment`, `Parent` (a string), and `ParentAsAgentName` (an `AgentName` object), which are all required to create an environment."]]],[]]