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.8.0 and later."],["The `CreateEnvironmentRequest` class is used to create a request message for `Environments.CreateEnvironment` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists the different available versions of the `CreateEnvironmentRequest` class ranging from 3.2.0 all the way to 4.26.0, with 4.26.0 being the latest version."],["Key properties of the `CreateEnvironmentRequest` class include `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are used to define the new environment, its unique ID, and the associated agent."],["The webpage covers the constructors that can be used to instantiate a `CreateEnvironmentRequest` object, including a default constructor and one that takes another `CreateEnvironmentRequest` object as input."]]],[]]