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"]],[["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."],[[["This document provides reference documentation for the `CreateEnvironmentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for versions 1.0.0-beta22 and 1.0.0-beta23."],["The `CreateEnvironmentRequest` class is used to create a request for `Environments.CreateEnvironment` and inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Environment`, `EnvironmentId`, and `Parent`, which are required for creating a new environment, along with `ParentAsAgentName`, which is a typed view over the parent resource."],["The documentation lists the constructors available for `CreateEnvironmentRequest`, including a default constructor and one that takes another `CreateEnvironmentRequest` as a parameter."],["This class is located within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]