public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetEnvironmentRequest.
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 page provides documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The latest available version of the API is 2.23.0, while the current documentation focuses on version 2.12.0."],["The `GetEnvironmentRequest` class is used to retrieve information about a specific environment, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetEnvironmentRequest` class include `EnvironmentName` for a typed view and `Name` for the environment's resource name, in the required format."],["The documentation shows the different versions of the library, all the way back to version 1.0.0."]]],[]]