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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.8.0."],["The `GetEnvironmentRequest` class is used to request information about a specific environment in the Dialogflow API, as indicated by its function in the `Environments.GetEnvironment` operation."],["The latest version of the API shown is 4.26.0 and the page offers documentation for many versions spanning from 3.2.0 up to this most recent one, indicating version history."],["The `GetEnvironmentRequest` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class has two constructors and two properties, `EnvironmentName` and `Name`, where the `Name` property is a required field for specifying the target environment by ID."]]],[]]