public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.GetEnvironment][google.cloud.dialogflow.cx.v3.Environments.GetEnvironment].
Required. The name of the [Environment][google.cloud.dialogflow.cx.v3.Environment].
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>.
[[["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 webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET platform."],["The `GetEnvironmentRequest` class is used for retrieving environment details in Dialogflow CX, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetEnvironmentRequest` API documentation available is 2.23.0, but the page lists API documentation all the way down to version 1.0.0."],["Key properties for `GetEnvironmentRequest` include `EnvironmentName`, which is a typed view of the resource name, and `Name`, which is a string representing the full resource path of the requested environment."],["The page also details inherited members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, as well as both of the constructors available for the class."]]],[]]