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 provides documentation for the `CreateEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, inheritance, and implemented interfaces."],["This class is a request message used for creating environments in Google Cloud Dialogflow, as defined by `Environments.CreateEnvironment`."],["The `CreateEnvironmentRequest` class requires `Environment`, `EnvironmentId`, and `Parent` properties to be set for proper use."],["The documentation lists multiple versions of the Dialogflow V2 library, from version 3.2.0 up to the latest, 4.26.0, for the `CreateEnvironmentRequest`."],["The class inherits from object, and implements `IMessage\u003cCreateEnvironmentRequest\u003e`, `IEquatable\u003cCreateEnvironmentRequest\u003e`, `IDeepCloneable\u003cCreateEnvironmentRequest\u003e`, `IBufferMessage`, and `IMessage`."]]],[]]