A dialog is group of chat contents.
{
"context": {
"title": "{title}",
"uri": "{uri}",
"description": "{markdown}"
}
}
agents: [
{
"id": "agent_3",
"name": "成天乐",
"title": "",
"avatarType": "robot", // will be supporte in future
"semantics": [] // will be supporte in future
},
]
items: [
{
"id": "chat_item_1",
"time": "Fri, 22 Nov 2019 15:35:17 GMT",
"position": "left", // left/right
"text": "老白啊,你听课就不能认真点?",
"agentId": "agent_3",
"delay": 1, // will be supporte in future
"precedingAside": "some aside, then dialog happened.",
"followingAside": "some aside after dialog"
},
]
Web Frontend:
tui.editor
Ractive