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 .NET developers."],["The `GetEnvironmentRequest` class is used to send requests to retrieve information about a specific environment in Dialogflow."],["The page lists the available versions of the Dialogflow v2 API, ranging from version 3.2.0 up to the latest version 4.26.0, allowing developers to access documentation for their specific version."],["The `GetEnvironmentRequest` class is within the `Google.Cloud.Dialogflow.V2` namespace and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `EnvironmentName` and `Name`, used to specify the target environment for the request, and a constructor allowing a developer to create a new instance."]]],[]]