public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetEnvironmentRequest.
The request message for
[Environments.GetEnvironment][google.cloud.dialogflow.v2beta1.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 page provides reference documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for versions 1.0.0-beta22 and 1.0.0-beta23 (latest)."],["`GetEnvironmentRequest` is a request message used for `Environments.GetEnvironment` in the Dialogflow API."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a part of the Google Protobuf system."],["The class has properties such as `EnvironmentName` (a typed view) and `Name` (a string), where `Name` is a required property representing the environment's name in a specified format."],["There are two constructors for GetEnvironmentRequest, one being an empty constructor and the second accepting a copy of another `GetEnvironmentRequest` object."]]],[]]