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 documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the latest version being 4.26.0 and the current version context being version 4.13.0."],["The `GetEnvironmentRequest` class is used as the request message for the `Environments.GetEnvironment` method in the Dialogflow API."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to handle requests."],["The `GetEnvironmentRequest` class has two constructors: one default and one that accepts another `GetEnvironmentRequest` object, allowing for object duplication."],["The class has two main properties: `EnvironmentName`, which is a typed view of the resource name, and `Name`, which is a required string property specifying the environment's name in a specific format."]]],[]]