Created
September 30, 2021 11:58
-
-
Save sineemore/e54e1c1715419a376aa236d3ad509003 to your computer and use it in GitHub Desktop.
messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"messages": [ | |
{ | |
"id": "message-1", | |
"date": "2012-04-23T18:25:43.511Z", | |
"author": "client", | |
"text": "Привет, а в каком формате загружать диалоги?" | |
}, | |
{ | |
"id": "message-2", | |
"date": "2012-04-23T18:30:54.420Z", | |
"author": "tagme support", | |
"text": "В JSON.\nСейчас скину пример." | |
}, | |
{ | |
"id": "message-3", | |
"date": "2012-04-23T18:31:54.420Z", | |
"author": "client", | |
"text": "Отлично, жду!" | |
}, | |
{ | |
"id": "message-4", | |
"date": "2012-04-23T18:31:59.420Z", | |
"author": "client", | |
"text": "Спасибо за быстрый ответ!" | |
} | |
], | |
"marks": [ | |
{ | |
"id": "mark-1", | |
"messageId": "message-2", | |
"entityId": "entity-1" | |
}, | |
{ | |
"id": "mark-2", | |
"messageId": "message-2", | |
"entityId": "entity-2" | |
} | |
], | |
"control": [ | |
{ | |
"messageId": "message-2", | |
"entityId": "entity-1" | |
} | |
], | |
"explanation":"\nОтвет неверный.\nПравильный ответ в задании - метка \"Хороший ответ\" на сообщении \"В JSON. Сейчас скину пример.\". " | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment