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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page details the `CreateEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the creation of a new environment in Dialogflow."],["This class is a message type that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is `4.26.0`, and there are a number of older versions available, going all the way back to `3.2.0`, that are hyperlinked for reference."],["The `CreateEnvironmentRequest` class includes properties such as `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, used for setting up the environment parameters."],["The page also lists the constructors for creating a `CreateEnvironmentRequest` object, including a default constructor and a constructor that takes another `CreateEnvironmentRequest` as a parameter."]]],[]]