BotSharp/BotSharp.WebHost/Settings/app.json

30 lines
553 B
JSON
Raw Normal View History

2018-04-30 03:09:32 +00:00
{
"version": "0.1.0",
"assemblies": "BotSharp.Core",
"platformModuleName": "ArticulateAi",
2018-10-03 17:21:19 +00:00
"machineLearning": {
"dataDir": "D:\\Projects\\BotSharp\\Data"
2018-10-05 15:17:52 +00:00
},
2018-10-05 15:17:52 +00:00
"modules": [
{
"Name": "DialogflowAi",
2018-10-21 14:03:12 +00:00
"Type": "BotSharp.Platform.Dialogflow"
},
2018-10-14 14:15:27 +00:00
{
"Name": "WeixinChannel",
2018-10-21 14:03:12 +00:00
"Type": "BotSharp.Channel.Weixin"
}/*,
2018-10-05 15:17:52 +00:00
{
"Name": "RasaAi",
"Type": "BotSharp.Platform.Rasa",
},
{
"Name": "ArticulateAi",
"Type": "BotSharp.Platform.Articulate",
2018-10-14 14:15:27 +00:00
}*/
]
2018-04-30 03:09:32 +00:00
}