public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetEnvironmentRequest.
The request message for
[Environments.GetEnvironment][google.cloud.dialogflow.v2.Environments.GetEnvironment].
[[["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 reference documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The latest version of the `GetEnvironmentRequest` is version 4.26.0, and the page documents versions from 3.2.0 to 4.26.0."],["The `GetEnvironmentRequest` class is used to retrieve information about a specific environment within Dialogflow and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class has two constructors, one for creating a new instance, and one for making a copy, as well as two properties: `EnvironmentName` and `Name`, both of which are used to identify the environment being requested."],["The `Name` property of the `GetEnvironmentRequest` requires the full path of the environment, such as `projects/\u003cProject ID\u003e/agent/environments/\u003cEnvironment ID\u003e` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/environments/\u003cEnvironment ID\u003e`, with `-` being the default environment ID."]]],[]]