public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.v2.Environments.CreateEnvironment].
[[["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 within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.9.0, and includes links to older versions."],["`CreateEnvironmentRequest` is a request message used for creating environments in Google Cloud Dialogflow V2, and it inherits from Object and implements various interfaces like IMessage, IEquatable, and IDeepCloneable."],["The `CreateEnvironmentRequest` class includes constructors for creating new instances and properties like `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName` to define the environment to be created and its location."],["The webpage lists all the older versions, all the way from version 4.26.0 (latest) down to 3.2.0."],["All the versions listed are for the `CreateEnvironmentRequest` for Google.Cloud.Dialogflow.V2."]]],[]]