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."],[[["This webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and usage across multiple versions."],["The `GetEnvironmentRequest` class is a request message used for the `Environments.GetEnvironment` method in the Dialogflow CX V3 API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's constructors, which include a default constructor and one that takes another `GetEnvironmentRequest` as a parameter for creating a new instance."],["The `GetEnvironmentRequest` class has two properties, `EnvironmentName`, which is a typed view over the `Name` resource, and `Name` which is a string representing the resource name of an environment."],["The webpage lists the documentation for each of the available versions, ranging from 1.0.0 all the way to the latest 2.23.0, each referencing the GetEnvironmentRequest class."]]],[]]