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 documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `GetEnvironmentRequest` class is used to request information about a specific environment and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 4.26.0, and the page includes documentation for many older versions of this class, with version 4.3.0 being the base page."],["The `GetEnvironmentRequest` class has two properties: `EnvironmentName`, a typed view for the resource name, and `Name`, which is the required property to identify the specific environment you are requesting information about."],["The `GetEnvironmentRequest` has two constructors, one default and one that takes in another `GetEnvironmentRequest`."]]],[]]