Automated Tests
The Automated Tests API contains all methods related to all models used in Automated Tests.
This API covers all Models used in Automated Tests: There's the Automated Test itself, which contains it's provided Utterances, and then their executions and results as both an Automated Tests Executions collection and a Utterance Executions collection.
Automated Tests
Once created, an automated test is then listed as an execution which still didn't run. Hence, there is no pagination for Automated Tests.
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid channel Uuid
A valid name to the test
File with data to test
Created
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid automated test execution Uuid
A valid channel Uuid
A valid name to the test
File with data to test
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
Automated Test Executions
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid automated test execution Uuid
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid automated test execution Uuid
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Field want to sort by. Default is 'updatedAt'; other available terms are 'name' and 'score'.
updatedAtDirection of ordenation, ASC or DESC. The default is DESC
DESCThe number of page and the default is 1
1Example: 1The number of services per pages and the default is 5
5Example: 1Ok
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
Utterance
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid automated test execution Uuid
The number of page and the default is 1
1Example: 1The number of services per pages and the default is 5
5Example: 1Ok
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
Utterance Executions
Acquires a pagination of all Utterance Execution results belonguing to a given Automated Test Execution.
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid bot Uuid
LOW, AVERAGE, HIGH or ALL
The number of page and the default is 1
1Example: 1The number of services per pages and the default is 5
5Example: 1Ok
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
Exports all the data of an automated test. In the Cockpit, this is consumed and delivered as a .xls file.
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid bot Uuid
LOW, AVERAGE, HIGH or ALL
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Request Timeout
Conflict
Unprocessable Entity
Internal Server Error
Last updated