BotSharp/BotSharp.WebHost/Settings/app.json

35 lines
976 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-12 02:42:56 +00:00
"moduleBasePath": "C:\\Users\\haipi\\Documents\\Projects",
2018-10-05 15:17:52 +00:00
"modules": [
{
"Name": "DialogflowAi",
"Type": "BotSharp.Platform.Dialogflow",
2018-10-19 03:41:24 +00:00
"Path": "botsharp-dialogflow\\BotSharp.Platform.Dialogflow\\bin\\Debug\\netcoreapp2.1"
2018-10-05 15:17:52 +00:00
},
2018-10-14 14:15:27 +00:00
{
"Name": "WeixinChannel",
"Type": "BotSharp.Channel.Weixin",
2018-10-19 03:41:24 +00:00
"Path": "botsharp-channel-weixin\\BotSharp.Channel.Weixin\\bin\\Debug\\netcoreapp2.1"
2018-10-14 14:15:27 +00:00
} /*,
2018-10-05 15:17:52 +00:00
{
"Name": "RasaAi",
"Type": "BotSharp.Platform.Rasa",
2018-10-19 03:41:24 +00:00
"Path": "botsharp-rasa\\BotSharp.Platform.Rasa\\bin\\Debug\\netcoreapp2.1"
2018-10-05 15:17:52 +00:00
},
{
"Name": "ArticulateAi",
"Type": "BotSharp.Platform.Articulate",
2018-10-19 03:41:24 +00:00
"Path": "botsharp-articulate\\BotSharp.Platform.Articulate\\bin\\Debug\\netcoreapp2.1"
2018-10-14 14:15:27 +00:00
}*/
]
2018-04-30 03:09:32 +00:00
}