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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]