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 latest version of the `GetEnvironmentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This page provides documentation and links to various versions of the `GetEnvironmentRequest` class, ranging from version 1.0.0 up to 2.23.0."],["`GetEnvironmentRequest` is a request message used for `Environments.GetEnvironment`, and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class includes properties such as `EnvironmentName` (typed view) and `Name` (string), where `Name` is required and specifies the environment's resource name."],["The class can be constructed without any parameter or with another `GetEnvironmentRequest` parameter."]]],[]]