Create test
Create test
Adds a test to the environment, a scripted conversation replayed against the agent. The response carries the ID that later calls address it by.
POST
Create test
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Response
201 - application/json
Creates the test and returns it with its assigned id. A test holds no conversation of its own, so use that id to create the turns that make it up.