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."],[[["This webpage details the `GetEnvironmentRequest` class, which is used to request environment information in the Google Cloud Dialogflow V2 API, as part of version 3.4.0."],["The latest version for `GetEnvironmentRequest` is 4.26.0, with the page also listing all available previous versions down to 3.2.0."],["The `GetEnvironmentRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the .NET environment."],["The class has two constructors, one is a basic constructor, the other is a copy constructor that uses a parameter to copy the content of another `GetEnvironmentRequest` instance."],["The key properties of the `GetEnvironmentRequest` class include `EnvironmentName` (a typed view of the environment's resource name) and `Name` (the string name of the environment), which are required for environment identification."]]],[]]