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 latest version of the Dialogflow v3 API for .NET is 2.23.0, with a full list of available versions ranging from 1.0.0 to 2.23.0, all of which are related to the `CreateEnvironmentRequest`."],["The `CreateEnvironmentRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used for creating new environments within the Dialogflow CX platform."],["The `CreateEnvironmentRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for managing environment creation requests."],["The class includes properties like `Environment` and `Parent`, where `Environment` is the environment to be created and `Parent` specifies the agent the environment belongs to."],["The class is designed for making requests to create environments within the Dialogflow CX agent using the designated format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."]]],[]]