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 content provides documentation for the `GetEnvironmentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, detailing its purpose as the request message for retrieving environment information."],["There is a listing of versions ranging from 1.0.0 to 2.23.0, with the latter marked as the latest, each linking to its respective documentation page."],["The `GetEnvironmentRequest` class implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, highlighting its functionality and capabilities within the Dialogflow v3 API."],["The class has two constructors, one default and one that accepts another `GetEnvironmentRequest` object, enabling the creation of new instances and copies."],["Key properties of the `GetEnvironmentRequest` class include `EnvironmentName`, which provides a typed view of the resource name, and `Name`, a required string field for specifying the target environment's resource name."]]],[]]