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 page provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `GetEnvironmentRequest` class is used to send a request to retrieve environment information as part of the Dialogflow CX API, inheriting from the Object class and implementing various interfaces such as `IMessage` and `IDeepCloneable`."],["This class provides two constructors for instantiation: a default constructor and one that takes another `GetEnvironmentRequest` object as a parameter, while also containing properties such as `EnvironmentName` and `Name` to define the environment that is being requested."],["The page lists various versions of `Google.Cloud.Dialogflow.Cx.V3` all of which have a link for the `GetEnvironmentRequest` class, with the latest version being 2.23.0 and going down all the way to 1.0.0."]]],[]]