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"]],[["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 webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in retrieving environment information in the Dialogflow API."],["The page covers a range of versions for the `GetEnvironmentRequest` class, from the latest version 4.26.0 down to version 3.2.0, with each version linked to its respective documentation."],["`GetEnvironmentRequest` is a request message used by the `Environments.GetEnvironment` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class allows users to provide an `EnvironmentName` or a `string` representing the environment name to specify the desired environment to retrieve."],["The page documents the `GetEnvironmentRequest` class's inheritance, inherited members, constructors, properties, and supported formats for specifying environment names, with links to external documentation for related concepts."]]],[]]