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."],[[["This document provides reference documentation for the `CreateEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, specifically for version 2.17.0, which can be accessed through the given links."],["The `CreateEnvironmentRequest` class is used to send a request for the creation of an environment, as part of the Dialogflow v3 API's `Environments.CreateEnvironment` operation."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization, equality checks, and deep cloning."],["The `CreateEnvironmentRequest` class includes properties for setting the `Environment` to be created, along with a `Parent` property that specifies the associated agent, and a `ParentAsAgentName` property for an `AgentName`-typed representation of the parent resource."],["This document also provides links to access the reference documention for different versions of the API going as far back as version 1.0.0, and as far forward as version 2.23.0."]]],[]]