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."],[[["This webpage provides reference documentation for the `CreateEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, which is used in the Dialogflow v3 API to create new environments."],["The `CreateEnvironmentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the API."],["Key properties of the `CreateEnvironmentRequest` class include `Environment` to specify the environment being created, `Parent` to define the agent to which the environment will belong and `ParentAsAgentName` to provide an object-based view of the Parent resource."],["The page lists historical versions of the Google.Cloud.Dialogflow.Cx.V3 package, ranging from version 1.0.0 up to the latest version 2.23.0, with hyperlinks to documentation for each version, providing developers with the full range of API version choices."]]],[]]