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."],[[["The webpage details the `CreateEnvironmentRequest` class, which is used to create environments within the Google Cloud Dialogflow CX V3 service, with the latest being version 2.23.0."],["`CreateEnvironmentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class contains two constructors: a default constructor (`CreateEnvironmentRequest()`) and a copy constructor (`CreateEnvironmentRequest(CreateEnvironmentRequest other)`), along with specific properties for setting the environment and its parent agent."],["The `CreateEnvironmentRequest` class has two properties, Environment and Parent, which are required and used to set up the environment to be created and the parent agent."],["There is a long list of all the versions of the `CreateEnvironmentRequest` for the `Google.Cloud.Dialogflow.Cx.V3` package going back to version 1.0.0."]]],[]]