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 document outlines the `CreateEnvironmentRequest` class, which is the request message for creating environments in the Google Cloud Dialogflow CX V3 API."],["The latest version of this API is 2.23.0, but it also includes a comprehensive list of previous versions down to 1.0.0 for the Google.Cloud.Dialogflow.Cx.V3 library."],["The `CreateEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows users to use methods for creating the request, including a constructor with no parameters, or one with a `CreateEnvironmentRequest` type."],["This class has properties including `Environment`, `Parent`, and `ParentAsAgentName`, enabling the specification of the environment to create and the agent it will belong to."]]],[]]