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 page details the `GetEnvironmentRequest` class, which is used to request environment information in the Google Cloud Dialogflow V2 API, within the .NET framework."],["The latest version of `GetEnvironmentRequest` is 4.26.0, but numerous other versions dating back to 3.2.0 are also documented."],["`GetEnvironmentRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each from different classes or documentation."],["The class includes properties like `EnvironmentName` and `Name`, the latter being a string that is required and represents the environment's name, using specific project and location formats."],["The most recent documentation of this class is in version 3.10.0, and this class supports two constructors: a default constructor and a copy constructor that accepts another `GetEnvironmentRequest` object."]]],[]]