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."],[[["The webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the .NET library for Google Cloud Dialogflow CX."],["This class, `GetEnvironmentRequest`, is used as a request message for the `Environments.GetEnvironment` method and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all the available versions, ranging from version 1.0.0 to 2.23.0 (latest), of `GetEnvironmentRequest` within the `Google.Cloud.Dialogflow.Cx.V3`, allowing navigation to specific version documentation."],["`GetEnvironmentRequest` includes properties like `EnvironmentName` (of type `EnvironmentName`) and `Name` (a string), with `Name` being the required parameter specifying the environment's resource name in the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/environments/\u003cEnvironment ID\u003e`."]]],[]]