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 is 2.23.0, representing the most recent update for the Google.Cloud.Dialogflow.Cx.V3 library."],["This webpage provides documentation for the `CreateEnvironmentRequest` class, which is used to create environments within the Dialogflow CX platform."],["The `CreateEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEnvironmentRequest` class has two primary constructors, a default and a copy constructor that takes another `CreateEnvironmentRequest` object as an argument, and it includes properties for `Environment`, `Parent`, and `ParentAsAgentName`."],["This class is part of the Google.Cloud.Dialogflow.Cx.V3 namespace within the Google.Cloud.Dialogflow.Cx.V3.dll assembly, and includes a comprehensive history of all versions going back to 1.0.0."]]],[]]