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 provides documentation for the `GetEnvironmentRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development."],["The latest version of the documentation available is 4.26.0, with a range of previous versions from 4.25.0 down to 3.2.0 also accessible."],["The `GetEnvironmentRequest` class is used to request environment information from Dialogflow, and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors, an empty one and another that accepts a `GetEnvironmentRequest` parameter, as well as properties for `EnvironmentName`, and `Name`."],["The page details the required `Name` property for the request which must follow the format `projects/{Project ID}/agent/environments/{Environment ID}` or `projects/{Project ID}/locations/{Location ID\u003e/agent/environments/\u003cEnvironment ID\u003e`."]]],[]]