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 webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the .NET library for interacting with Google Cloud Dialogflow CX."],["This class is used to define the request message for retrieving environment details via the `Environments.GetEnvironment` method, and it implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the `GetEnvironmentRequest` is version 2.23.0, with a comprehensive list of previous versions ranging from 2.22.0 down to 1.0.0 also linked."],["The `GetEnvironmentRequest` class contains two main properties: `EnvironmentName`, which is a typed view of the resource name, and `Name`, which is a required string field representing the full resource name of the environment to be retrieved."]]],[]]