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."],[[["The latest version of the Dialogflow v3 API documentation available is 2.23.0, and the page details the `GetEnvironmentRequest` class."],["This webpage provides documentation for the `GetEnvironmentRequest` class across numerous versions, ranging from 1.0.0 to the latest 2.23.0."],["The `GetEnvironmentRequest` class is used to make requests for retrieving environment details, part of the `Environments.GetEnvironment` function, within the Dialogflow v3 API."],["This `GetEnvironmentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also contains the properties `EnvironmentName` and `Name`."],["The page also provides links to each version's documentation for the `GetEnvironmentRequest` class, along with information on its constructors, inherited members, and its use within the `Google.Cloud.Dialogflow.Cx.V3` namespace."]]],[]]