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 within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.5.0, and lists all of its versions from 3.2.0 to 4.26.0."],["The `CreateEnvironmentRequest` class is a request message used for creating environments in Dialogflow and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are essential for defining the environment to be created and its relationship to the parent agent."],["The `CreateEnvironmentRequest` class has two constructors: one default and another that accepts another `CreateEnvironmentRequest` object as a parameter."],["Inherited members like `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()` are also listed as part of the classes information."]]],[]]