public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.cx.v3.Environments.CreateEnvironment].
Required. The [Agent][google.cloud.dialogflow.cx.v3.Agent] to create an [Environment][google.cloud.dialogflow.cx.v3.Environment] for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
[[["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 details the `CreateEnvironmentRequest` class, which is used to create a new environment within the Google Cloud Dialogflow CX V3 API."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["It provides properties like `Environment`, `Parent`, and `ParentAsAgentName` for specifying the environment to be created and the agent it belongs to."],["The page provides links to various versions of the `CreateEnvironmentRequest` class, from version 1.0.0 up to the latest version 2.23.0, which demonstrates the historical evolution of this class."],["The CreateEnvironmentRequest class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from Object, offering functionalities like hash code retrieval, type determination, member cloning and string representation."]]],[]]