public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateEnvironmentRequest.
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 page provides reference documentation for the `CreateEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `CreateEnvironmentRequest` class is used to define and manage environment creation requests within Dialogflow, and it inherits from several interfaces for messaging and cloning."],["There is an extensive list of previous versions of the documentation provided for `CreateEnvironmentRequest`, spanning from version 3.2.0 up to the most recent version 4.26.0."],["The class contains properties such as `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are used to define the environment and identify the parent agent for which the new environment is created."],["The available constructors are a default constructor `CreateEnvironmentRequest()` and one that allows for the creation of a new `CreateEnvironmentRequest` based off of another `CreateEnvironmentRequest`, using the parameters `CreateEnvironmentRequest other`."]]],[]]