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-03-21 UTC."],[[["The 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 create new environments and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["There is an extensive list of versions of the `CreateEnvironmentRequest` available, ranging from version 3.2.0 up to the latest 4.26.0."],["The `CreateEnvironmentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties to set the `Environment`, `EnvironmentId`, and `Parent` for the request."],["The class has a constructor that takes in another `CreateEnvironmentRequest` object, allowing users to duplicate a prior object."]]],[]]