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"]],[["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 provides reference documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The content lists various versions of the Google.Cloud.Dialogflow.V2 package, ranging from version 3.2.0 to the latest version 4.26.0, with links to each version's documentation for the `GetEnvironmentRequest`."],["`GetEnvironmentRequest` is the request message used to retrieve a specific environment via `Environments.GetEnvironment`, a core functionality within the API."],["The documentation details the class's properties, including `EnvironmentName` and `Name`, which are essential for identifying the specific environment requested, with examples of supported name formats."],["It also lists the interfaces that the `GetEnvironmentRequest` class implements, like `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, along with its constructors, inherited members, namespace, and assembly."]]],[]]