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 reference documentation for the `GetEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, which is used in the Dialogflow v3 API."],["The `GetEnvironmentRequest` class is a request message used for retrieving details about a specific environment, as indicated by its role in the `Environments.GetEnvironment` function within the Dialogflow API."],["The page contains a comprehensive list of versions for the `GetEnvironmentRequest`, ranging from the latest version 2.23.0 down to 1.0.0, showing the evolution and history of this class."],["`GetEnvironmentRequest` inherits from the base class Object, and it implements various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities for message handling and deep cloning."],["The `GetEnvironmentRequest` has two constructors and two properties: `EnvironmentName`, which provides an EnvironmentName-typed view, and `Name`, which is a string value that indicates the name of the desired environment, following the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/environments/\u003cEnvironment ID\u003e`."]]],[]]