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 content details the `GetEnvironmentRequest` class, which is used to request environment information in the Google Cloud Dialogflow V2 API, specifically for the `Environments.GetEnvironment` method."],["The most recent version documented is 4.26.0, and numerous earlier versions are also listed, down to 3.2.0, with the page specifically detailing version 3.11.0."],["The `GetEnvironmentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["The `GetEnvironmentRequest` class has two constructors, one empty and another that takes a `GetEnvironmentRequest` object as a parameter for copy construction."],["The class contains two properties: `EnvironmentName` a typed view of the name property, and the `Name` property itself which is a required string."]]],[]]