[[["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-05 UTC."],[[["This document describes how to create an agent environment using a POST request to a specified endpoint."],["The request requires a `parent` path parameter, indicating the agent the environment will belong to, and an `environmentId` query parameter to uniquely identify the new environment."],["The request body must contain an instance of the `Environment` resource, and a successful response will return the newly created `Environment` instance."],["Creating an environment requires specific IAM permissions (`dialogflow.environments.create`) on the `parent` resource, along with one of two specified OAuth scopes."],["The `HTTP` request should use the following format `POST https://{endpoint}/v2beta1/{parent=projects/*/agent}/environments` with the correct `{endpoint}` and `{parent}` values."]]],[]]