public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.GetEnvironment][google.cloud.dialogflow.v2.Environments.GetEnvironment].
[[["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 page provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in retrieving environment information in Dialogflow."],["This page covers version 3.6.0 of the `Google.Cloud.Dialogflow.V2` package, with a link to the latest version, 4.26.0, and many other previous versions between the two."],["The `GetEnvironmentRequest` class is used as a request message for the `Environments.GetEnvironment` method and inherits from the `Object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class has properties such as `EnvironmentName` and `Name`, where `Name` is a required field representing the environment's resource name."],["The page provides access to many versions of the documentation for `GetEnvironmentRequest` as well as their individual documentations such as the parameters, properties, namespace, and more."]]],[]]