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 reference documentation for the `GetEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `GetEnvironmentRequest` class is used as a request message for the `Environments.GetEnvironment` method in the Dialogflow v3 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific standards and functionalities."],["The page lists all versions of this package ranging from 2.23.0 (latest) down to version 1.0.0, allowing developers to navigate to the specific version documentation they may require."],["`GetEnvironmentRequest` has properties like `EnvironmentName` (a typed resource name) and `Name` (a string for resource identification) which are essential for interacting with the API."]]],[]]