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 page provides documentation for the `GetEnvironmentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET platform."],["The `GetEnvironmentRequest` class is used to retrieve an environment in Dialogflow CX, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions of the `GetEnvironmentRequest`, with the latest version being 2.23.0, and ranging down to 1.0.0, showcasing the history of version releases."],["The `GetEnvironmentRequest` class has two properties: `EnvironmentName` which provides a view of the `Name` property, and `Name`, which is a required string representing the resource name of the environment."],["The page also provides inheritance information, showing that the `GetEnvironmentRequest` class inherits from the `object` class, along with a list of inherited members and a breakdown of the class constructors."]]],[]]