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."],["The `GetEnvironmentRequest` class is used to create request messages for retrieving environment details through the `Environments.GetEnvironment` method."],["The documentation details the inheritance hierarchy and implemented interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the class's constructors, including a default constructor and a constructor that accepts another `GetEnvironmentRequest` object."],["Key properties of the class are documented, such as `EnvironmentName`, which is a typed view over the `Name` resource property, and `Name`, which is a required string representing the environment's resource name."]]],[]]