| Current Path : /var/www/html/learn/backend/modules/chat/ |
| Current File : /var/www/html/learn/backend/modules/chat/meta.json |
{
"module_id": "chat",
"name": "Chatbot",
"version": "1.0",
"author": "dev@dynaweb3",
"email": "dynaweb@gmail.com",
"licence": "MIT",
"homepage": "http://dynaweb.blunetdev.com",
"description": "Chatbot module",
"image_path": [
"chat/images/preview.png"
],
"routes": [
"chat/chat-answer/index",
"chat/chat-answer-bot/index",
"chat/chat-common-question/index",
"chat/chat-common-word/index",
"chat/chat-config/index",
"chat/chat-greeting/index",
"chat/chat-live/index",
"chat/chat-question/index",
"chat/chat-question-tag/index",
"chat/chat-suggestion/index",
"chat/chat-user/index"
],
"data": {
"sql": {
"up": "chat/up.sql",
"down": "chat/down.sql"
}
}
}