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>.
Property Value
Type
Description
System.String
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
AgentName-typed view over the Parent resource name property.
[[["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, which is used to send requests for creating environments in Dialogflow CX."],["The page provides a version history of the `CreateEnvironmentRequest` class, listing versions from 1.0.0 to the latest, 2.23.0, each linking to the class documentation for that specific release."],["`CreateEnvironmentRequest` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its deep integration with Google's Protobuf message system."],["The class has properties such as `Environment` and `Parent`, which are required to specify the environment to be created and the agent it will be created for, respectively."],["There are two constructors, a parameterless one and one that accepts another instance of `CreateEnvironmentRequest` as a parameter, for ease of use when constructing this class."]]],[]]