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/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
[[["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-04-09 UTC."],[[["The page provides reference documentation for the `CreateEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["It lists a range of versions for the API class, starting from version 1.0.0 up to the latest version, 2.23.0."],["`CreateEnvironmentRequest` is used to request the creation of a new environment in Dialogflow CX."],["The `CreateEnvironmentRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has the properties `Environment` and `Parent`."],["The documentation outlines two constructors for `CreateEnvironmentRequest`, with one that accepts another `CreateEnvironmentRequest` as an argument, along with the required properties `Environment`, `Parent` and `ParentAsAgentName`."]]],[]]