BotSharp/BotSharp.WebHost/Settings/app.json

30 lines
758 B
JSON
Raw Normal View History

2018-04-30 03:09:32 +00:00
{
2018-10-05 15:17:52 +00:00
"version": "0.1.0",
2018-10-03 17:21:19 +00:00
"assemblies": "BotSharp.Core",
2018-10-05 15:17:52 +00:00
"platformModuleName": "DialogflowAi",
2018-10-03 17:21:19 +00:00
"machineLearning": {
2018-09-06 22:32:51 +00:00
"dataDir": "D:\\Projects\\BotSharp\\Data"
},
2018-10-05 15:17:52 +00:00
"moduleBasePath": "D:\\Projects",
"modules": [
{
"Name": "DialogflowAi",
"Type": "BotSharp.Platform.Dialogflow",
"Path": "botsharp-dialogflow\\BotSharp.Platform.Dialogflow\\bin\\Debug\\netstandard2.0"
},
{
"Name": "RasaAi",
"Type": "BotSharp.Platform.Rasa",
"Path": "botsharp-rasa\\BotSharp.Platform.Rasa\\bin\\Debug\\netstandard2.0"
},
{
"Name": "ArticulateAi",
"Type": "BotSharp.Platform.Articulate",
"Path": "botsharp-articulate\\BotSharp.Platform.Articulate\\bin\\Debug\\netstandard2.0"
}
]
2018-04-30 03:09:32 +00:00
}