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 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."]]],[]]