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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>.
[[["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 `GetEnvironmentRequest` class is part of the Google Cloud Dialogflow CX V3 API for .NET, used to request information about a specific environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google.Protobuf library."],["The `GetEnvironmentRequest` class has two constructors, one default and another that copies properties from another instance of the same class."],["The `GetEnvironmentRequest` class includes properties for managing the environment name, using both a string-based `Name` property for the resource's full identifier, and a typed `EnvironmentName` property, for easier resource name management."],["The documentation includes a list of all available versions of the API, from the latest version 2.23.0 all the way back to version 1.0.0."]]],[]]