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."],[[["The webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in requesting environment information."],["The latest version of the `GetEnvironmentRequest` is 4.26.0, with versions going back to 3.2.0, all of which are listed with links for easy navigation."],["`GetEnvironmentRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for a robust handling of requests."],["The class has two constructors, one default and one that copies from another `GetEnvironmentRequest` object."],["`GetEnvironmentRequest` class contains two properties: `EnvironmentName` which gives a view of the name of the resource, and `Name` which contains the name of the environment."]]],[]]