Create turn
Create turn
Adds a test turn to its test, one side of a scripted conversation, either what the user says or the agent reply the checks assert on. The response carries the ID that later calls address it by.
POST
Create turn
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).
Body
application/json
Response
201 - application/json
Creates one turn on the test named in the body and returns it with its assigned id. Where the turn sits in the conversation is held by the test's turnOrder, not by the turn.
- Option 1
- Option 2
- Option 3