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 webpage provides reference documentation for the `CreateEnvironmentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET developers."],["The content details the structure and usage of `CreateEnvironmentRequest`, which is the request message used to create new environments in Dialogflow CX."],["The page outlines the inheritance, implemented interfaces, constructors, and properties of the `CreateEnvironmentRequest` class, including `Environment`, `Parent`, and `ParentAsAgentName`."],["A comprehensive list of available versions of the API is listed on this page, with version 2.23.0 being the latest and version 1.0.0 being the oldest."],["The documentation also provides the `Google.Cloud.Dialogflow.Cx.V3` namespace, and the assembly `Google.Cloud.Dialogflow.Cx.V3.dll`, where this class is located."]]],[]]