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 Dialogflow v3 API, specifically for the .NET environment, covering versions from 1.0.0 to 2.23.0 with 2.23.0 being the latest."],["The `CreateEnvironmentRequest` class is a request message used for creating environments in Dialogflow, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Environment`, which specifies the environment to create, and `Parent`, which indicates the agent to create an environment for, with the `ParentAsAgentName` providing a typed view over this property."],["The document covers the constructors of the `CreateEnvironmentRequest` class and details the `Environment` and `Parent` properties that are needed when using this class."],["This document also shows you the inheritance path of `CreateEnvironmentRequest`, being the `object` class, and shows inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]