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 latest version available for `GetEnvironmentRequest` within the `Google.Cloud.Dialogflow.V2` namespace is 4.26.0, with multiple previous versions ranging from 4.25.0 down to 3.2.0 available."],["`GetEnvironmentRequest` is a sealed class that serves as the request message for `Environments.GetEnvironment` within the Dialogflow V2 API, inheriting from `Object` and implementing several interfaces like `IMessage` and `IEquatable`."],["This class provides properties such as `EnvironmentName` and `Name`, where `Name` represents the required environment name in specific project and location formats."],["The `GetEnvironmentRequest` class can be constructed using either a parameterless constructor or one that accepts another `GetEnvironmentRequest` object."],["The `Google.Cloud.Dialogflow.V2` namespace where `GetEnvironmentRequest` is found, is part of the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]