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"]],[["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-04-09 UTC."],[[["This webpage 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, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists multiple versions of the API, ranging from 3.2.0 up to the latest 4.26.0, with each version linking to its own documentation for `CreateEnvironmentRequest`."],["The `CreateEnvironmentRequest` class has properties such as `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which are essential for defining the details of an environment to be created within the Dialogflow agent."],["The page provides two constructors for the class `CreateEnvironmentRequest()`, one empty, and the other that uses another `CreateEnvironmentRequest` as an argument."]]],[]]