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."],[[["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."]]],[]]