public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetEnvironmentRequest.
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 page provides reference documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `GetEnvironmentRequest` class is used to retrieve a specific environment in Dialogflow, as indicated by its purpose as the request message for `Environments.GetEnvironment`."],["The documentation includes a list of available versions of this API, ranging from version 3.2.0 to the latest 4.26.0, allowing users to select the appropriate version."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its capabilities for message handling and cloning."],["The `GetEnvironmentRequest` class has a constructor, `GetEnvironmentRequest()`, and a constructor that takes another instance of `GetEnvironmentRequest`, along with properties like `EnvironmentName` and `Name`, allowing for customization of the environment retrieval request."]]],[]]