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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CreateEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.3.0."],["The `CreateEnvironmentRequest` class is used to create a new environment in Dialogflow, serving as the request message for the `Environments.CreateEnvironment` operation."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for working with Protocol Buffers and managing object equality and cloning."],["Key properties of `CreateEnvironmentRequest` include `Environment`, `EnvironmentId`, `Parent`, and `ParentAsAgentName`, which define the environment to be created and its associated agent."],["The document shows the evolution of `CreateEnvironmentRequest` class with links to previous versions, starting from version 3.2.0 to the latest version 4.26.0."]]],[]]