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 the Dialogflow V2 API."],["The latest version of this class is 4.26.0, but the page lists all versions from 3.2.0 to the latest, 4.26.0, with hyperlinks to each version's documentation."],["The `CreateEnvironmentRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three essential properties: `Environment`, `EnvironmentId`, and `Parent`, which are all required for environment creation, including the ability to use `AgentName` as a typed-view for the `Parent` property."],["The `CreateEnvironmentRequest` class contains two constructors, one default and another to clone another instance of the `CreateEnvironmentRequest`."]]],[]]