Required. The name of the environment. Supported formats: - projects/<Project ID>/agent/environments/<Environment ID> - projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID>
Authorization requires the following IAM permission on the specified resource name:
dialogflow.environments.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Environment.
[[["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-01-15 UTC."],[[["This page details how to retrieve a specific agent environment using a GET HTTP request."],["The request requires a `name` path parameter, which specifies the environment's identifier in either of the supported formats."],["The request body must be empty, and it follows gRPC Transcoding syntax for the URL."],["Successful requests will return an instance of the `Environment`, detailed within the response body."],["Authorization requires the `dialogflow.environments.get` IAM permission and one of the specified OAuth scopes."]]],[]]