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 page details the `CreateEnvironmentRequest` class, which is used to create a new environment within Google Cloud Dialogflow V2."],["The latest version of `CreateEnvironmentRequest` is 4.26.0, but there are many previous versions also listed, all the way back to 3.2.0, including version 3.7.0 as well."],["The `CreateEnvironmentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateEnvironmentRequest` class include `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are used to define the environment to be created."],["There are two constructors available for `CreateEnvironmentRequest`: a default constructor and one that takes another `CreateEnvironmentRequest` as a parameter."]]],[]]