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.
Required. Resource name of the experiment to stop. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.experiments.stop
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Experiment.
[[["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 webpage details how to stop a running experiment within the Dialogflow CX platform using a POST HTTP request."],["The request requires specifying the experiment's resource name within the URL as a path parameter, formatted as `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e/experiments/\u003cExperimentID\u003e`."],["The request body for stopping an experiment must be empty, and authorization requires the `dialogflow.experiments.stop` IAM permission."],["Upon successful execution, the experiment's state will change from RUNNING to DONE, and the response body will contain an instance of the updated Experiment."],["Authorization requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]