public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateEnvironmentRequest.
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 document provides reference documentation for the `CreateEnvironmentRequest` class within the Dialogflow v3 API, specifically for the .NET environment, spanning multiple versions from 1.0.0 to the latest 2.23.0."],["`CreateEnvironmentRequest` is a request message used for creating environments in the Dialogflow CX v3 API, as part of the `Environments.CreateEnvironment` operation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `CreateEnvironmentRequest` class include `Environment`, which is the actual environment to create, and `Parent`, which specifies the agent under which the environment will be created, and `ParentAsAgentName` which provides a typed view of the `Parent` property."],["There is documentation listed for each version of the API, so you can use the correct syntax depending on the version you are using."]]],[]]