Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
[[["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 document describes how to create an Experiment within a specified Environment using a POST request."],["The HTTP request URL for creating an experiment is `POST https://{endpoint}/v3/{parent=projects/*/locations/*/agents/*/environments/*}/experiments`, with the `{endpoint}` needing to be replaced with a supported service endpoint."],["The `parent` path parameter is required, defining the Agent and Environment to create the Experiment in, formatted as `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e`, and requiring the `dialogflow.experiments.create` IAM permission."],["A successful request will return a newly created Experiment instance in the response body, while the request body should include an instance of the Experiment to be created."],["Creating an experiment requires authorization via either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]