BotSharp/BotSharp.WebHost/Settings/app.json

18 lines
420 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",
2018-10-05 01:57:10 +00:00
"platformAssemblyName": "BotSharp.Platform.Dialogflow",
2018-10-03 17:21:19 +00:00
"version": "0.1.0",
"machineLearning": {
2018-09-06 22:32:51 +00:00
"dataDir": "D:\\Projects\\BotSharp\\Data"
},
"Modules": [
{ "Type": "BotSharp.Platform.Dialogflow.DialogflowModule, BotSharp.Platform.Dialogflow" },
//{ "Type": "BotSharp.Platform.Rasa.RasaModule, BotSharp.Platform.Rasa" }
]
2018-04-30 03:09:32 +00:00
}