BotSharp/BotSharp.WebHost/Settings/app.json

37 lines
1.1 KiB
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
},
"moduleBasePath": "C:\\Users\\haipi\\Documents\\Projects",
"modules": [
/*
{
"Name": "DialogflowAi",
"Type": "BotSharp.Platform.Dialogflow",
"Path": "botsharp-dialogflow\\BotSharp.Platform.Dialogflow\\bin\\Debug\\netcoreapp2.1"
}
{
"Name": "WeixinChannel",
"Type": "BotSharp.Channel.Weixin",
"Path": "botsharp-channel-weixin\\BotSharp.Channel.Weixin\\bin\\Debug\\netcoreapp2.1"
},
{
"Name": "RasaAi",
"Type": "BotSharp.Platform.Rasa",
"Path": "botsharp-rasa\\BotSharp.Platform.Rasa\\bin\\Debug\\netcoreapp2.1"
},
*/
{
"Name": "ArticulateAi",
"Type": "BotSharp.Platform.Articulate",
"Path": "botsharp-articulate\\BotSharp.Platform.Articulate\\bin\\Debug\\netcoreapp2.1"
}
]
2018-04-30 03:09:32 +00:00
}