public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateEnvironmentRequest.
The request message for
[Environments.CreateEnvironment][google.cloud.dialogflow.v2.Environments.CreateEnvironment].
[[["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 available for `CreateEnvironmentRequest` in the Google Cloud Dialogflow V2 API is 4.26.0, with numerous previous versions also accessible for reference."],["`CreateEnvironmentRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it's part of the `Google.Cloud.Dialogflow.V2` namespace."],["This class is used to create an environment within an agent, and it requires the environment itself, a unique ID for the environment, and the parent agent's details to be specified."],["The `CreateEnvironmentRequest` class includes properties like `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName` to define and specify the details of the environment being created."],["The documentation provides details on the constructors, inherited members, properties, and parameter information to help understand and implement the class within a .NET environment."]]],[]]