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 provides documentation for the `CreateEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, constructors, and implemented interfaces."],["The latest version documented is 4.26.0, and the page lists a history of versions for `CreateEnvironmentRequest`, ranging from 4.26.0 down to 3.2.0."],["`CreateEnvironmentRequest` is used as a request message for the `Environments.CreateEnvironment` method and is part of the Google.Cloud.Dialogflow.V2.dll assembly."],["Key properties of `CreateEnvironmentRequest` include `Environment`, `EnvironmentId`, and `Parent`, with `ParentAsAgentName` offering an `AgentName`-typed view of the `Parent` property."],["The `CreateEnvironmentRequest` class inherits from `System.Object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]