BotSharp/BotSharp.WebHost/Settings/app.json

12 lines
168 B
JSON
Raw Normal View History

2018-04-30 03:09:32 +00:00
{
2018-10-03 17:21:19 +00:00
"assemblies": "BotSharp.Core",
2018-10-03 17:21:19 +00:00
"platform": "DialogflowAi",
"version": "0.1.0",
"machineLearning": {
2018-09-06 22:32:51 +00:00
"dataDir": "D:\\Projects\\BotSharp\\Data"
}
2018-04-30 03:09:32 +00:00
}