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` is 2.23.0, but many other versions are available, ranging from 1.0.0 to 2.22.0."],["`GetEnvironmentRequest` is a class that serves as the request message for retrieving an environment, as used by the `Environments.GetEnvironment` method."],["The class `GetEnvironmentRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all while inheriting from the base `Object` class."],["`GetEnvironmentRequest` has properties such as `EnvironmentName` which is the view over the resource name, and the `Name` property which is the actual name of the environment that needs to be retrieved."],["There are two constructors for `GetEnvironmentRequest`, one empty and another which takes another `GetEnvironmentRequest` object, as a parameter."]]],[]]