curl --request POST \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testAiAgent \
--header 'Content-Type: application/json' \
--data '{
"ticketIds": [
233,
237,
238
]
}'
{
"createdTestCases": [
{
"id": 123,
"ticketId": 123,
"aiAgentId": "<string>",
"channel": "<string>",
"summary": "<string>",
"description": "<string>",
"expectedResult": {},
"modifiedBy": 123
}
]
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testAiAgent \
--header 'Content-Type: application/json' \
--data '{
"ticketIds": [
233,
237,
238
]
}'
{
"createdTestCases": [
{
"id": 123,
"ticketId": 123,
"aiAgentId": "<string>",
"channel": "<string>",
"summary": "<string>",
"description": "<string>",
"expectedResult": {},
"modifiedBy": 123
}
]
}