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."],[[["This webpage provides documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically in the .NET environment."],["The content details the various versions of the API, from the latest version 2.23.0 down to version 1.0.0, each with links to the `GetEnvironmentRequest` documentation for that version."],["The `GetEnvironmentRequest` class is designed for retrieving information about an environment, as detailed by the documentation and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The class inherits from several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and includes properties like `EnvironmentName` and `Name` that are used to specify which environment to retrieve."],["The page also includes documentation on the constructors of `GetEnvironmentRequest` for instantiating objects."]]],[]]