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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for creating environments in Dialogflow CX."],["The latest version of this request message is 2.23.0, and the page provides access to documentation for versions ranging from 1.0.0 to 2.23.0, including previous releases."],["The `CreateEnvironmentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing environment creation."],["Key properties for the `CreateEnvironmentRequest` class include `Environment`, which specifies the environment to create, and `Parent`, which indicates the agent to create the environment for, with the `ParentAsAgentName` property providing a typed view."],["The page is an API reference for the `CreateEnvironmentRequest` class and lists the constructors and inherited members, like GetHashCode and GetType, along with information about the required environment and parent agent."]]],[]]