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."],[[["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 a request message for creating environments within Dialogflow, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the class's constructors, including a default constructor and one that accepts another `CreateEnvironmentRequest` object, allowing for creating a new object based off an existing one."],["Key properties of the `CreateEnvironmentRequest` class include `Environment` (the environment to be created), `EnvironmentId` (the unique identifier for the new environment), and `Parent` (the agent to which the environment belongs), alongside a typed view `ParentAsAgentName`."],["The available versions for this documentation are listed, ranging from the most recent 4.26.0, all the way back to version 3.2.0, indicating a history of documentation being available."]]],[]]