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 page provides documentation for the `CreateEnvironmentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development."],["The latest version of the documentation available is for version 2.23.0, while the current page specifically refers to version 2.8.0 of the `CreateEnvironmentRequest` class."],["`CreateEnvironmentRequest` is a message class used to create a new environment within a Dialogflow agent and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateEnvironmentRequest` class has properties such as `Environment`, `Parent`, and `ParentAsAgentName`, which are necessary for creating a new environment and are detailed on this page."],["This page lists all the available versions of this class, ranging from 1.0.0 up to 2.23.0, allowing for documentation referencing of different versions."]]],[]]