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 webpage provides documentation for the `CreateEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, inheritance, and implementations."],["The latest version available is 4.26.0, and the page covers versions from 3.2.0 to 4.26.0, with links to documentation for each."],["`CreateEnvironmentRequest` is a class used to create an environment in Dialogflow, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateEnvironmentRequest` class include `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are essential for defining and creating the environment."],["The page mentions that the `CreateEnvironmentRequest` class has two constructors: a default constructor and a copy constructor, that both construct an instance of the `CreateEnvironmentRequest` object."]]],[]]