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, while version 1.7.0 is also documented, along with a range of other versions."],["The `GetEnvironmentRequest` class is used to request a specific environment, using the `Environments.GetEnvironment` method within the Google Cloud Dialogflow CX V3 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetEnvironmentRequest\u003e`, `IDeepCloneable\u003cGetEnvironmentRequest\u003e`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `GetEnvironmentRequest` class includes properties like `Name` and `EnvironmentName`, enabling the specification of the target environment's resource name for retrieval."],["The `GetEnvironmentRequest` class provides two constructors: a default constructor and another one that accepts an existing `GetEnvironmentRequest` object for creating copies."]]],[]]