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."],[[["This document provides reference information for the `CreateEnvironmentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta22."],["The `CreateEnvironmentRequest` class is used to create a new environment as requested by the `Environments.CreateEnvironment` function, and it inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class has a constructor that allows you to create a request, either as an empty request or by making a copy of an already existing request."],["The `CreateEnvironmentRequest` class contains properties for setting the environment, its ID, and the parent agent, as well as a `ParentAsAgentName` property for a typed view of the parent resource."],["The request requires a new environment, a unique ID for that environment, and a specific agent to create the environment under."]]],[]]