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.6.0 is also available, along with a range of other versions."],["The `GetEnvironmentRequest` class is used as the request message for the `Environments.GetEnvironment` method within the Dialogflow CX v3 API."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each with specific functionallities."],["The `GetEnvironmentRequest` class has properties such as `EnvironmentName` and `Name`, the latter being required and representing the full path to a specified environment."],["It is located in the `Google.Cloud.Dialogflow.Cx.V3` namespace, within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]