public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.GetEnvironment][google.cloud.dialogflow.cx.v3.Environments.GetEnvironment].
Required. The name of the [Environment][google.cloud.dialogflow.cx.v3.Environment].
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment 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."],[[["The webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `GetEnvironmentRequest` class is used to define the request message for retrieving an environment in the Dialogflow CX API, as part of the Environments.GetEnvironment operation."],["There are numerous versions available, ranging from version 1.0.0 to the latest version, 2.23.0, allowing developers to access documentation relevant to their project's dependencies."],["The page details the class's inheritance hierarchy, the interfaces it implements, its constructors, and the properties `EnvironmentName` and `Name` it exposes to be used."],["The GetEnvironmentRequest class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, in addition to inheriting members from `Object`, showcasing its structure and capabilities."]]],[]]