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, used for requesting the creation of new environments in Google Cloud Dialogflow."],["The `CreateEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It offers two constructors: a default constructor and one that allows creating an instance from another `CreateEnvironmentRequest` object, for copying."],["The class has properties such as `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are essential for defining the environment to be created, including the id and its agent."],["The page provides a version history for the `CreateEnvironmentRequest` class, ranging from version 4.26.0 down to 3.2.0, including their respective documentation links."]]],[]]