...
Code Block | ||
---|---|---|
| ||
{ "transaction_id": "4mWpY50Z5ZpovKkXjt7Liw", "data": [ { "puretext_api_fail": 0, "ai_generated_response": 0, "incoherent_response": 0, "duplicate_response": 0, "language_mismatch": 0, "question_id": “string”“alpha numeric” } ] } |
Parameters for 2+ answers:
...
Code Block | ||
---|---|---|
| ||
{ "transaction_id": "4mWpY50Z5ZpovKkXjt7Liw", "data": [ { "puretext_api_fail": 0, "ai_generated_response": 0, "incoherent_response": 0, "duplicate_response": 0, "language_mismatch": 0, "question_id": “alpha “string”numeric” }, { "puretext_api_fail": 0, "ai_generated_response": 0, "incoherent_response": 0, "duplicate_response": 0, "language_mismatch": 0 "question_id": "stringalpha numeric" } ] } |
If "puretext_api_fail": 1
we recommend to terminate the session with status code 84. However, you can create your own termination logic with all the information provided. For example, if you have a survey which is in French but also accepts English responses, to not terminate sessions where "language_mismatch": 1
.
...