public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateEnvironmentRequest.
The request message for
[Environments.CreateEnvironment][google.cloud.dialogflow.v2beta1.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."],[[["The `CreateEnvironmentRequest` class is part of the Google Cloud Dialogflow v2beta1 API and is used to create a new environment in Dialogflow."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used for message handling, equality comparison, deep cloning, and buffer management."],["The class contains properties such as `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are necessary parameters to define and identify the new environment being created."],["There are two constructors available to create an instance of `CreateEnvironmentRequest`: a default constructor and a constructor that accepts another `CreateEnvironmentRequest` object as a parameter, allowing the creation of copies."],["The latest version of this class available is 1.0.0-beta23."]]],[]]