BotSharp/BotSharp.WebHost/Settings/app.json

22 lines
380 B
JSON
Raw Normal View History

2018-04-30 03:09:32 +00:00
{
2018-10-21 14:11:20 +00:00
"version": "0.1.0",
"assemblies": "BotSharp.Core",
2018-10-21 14:11:20 +00:00
"platformModuleName": "DialogflowAi",
2018-10-03 17:21:19 +00:00
2018-10-05 15:17:52 +00:00
"modules": [
2018-10-22 03:47:51 +00:00
/*{
2018-10-05 15:17:52 +00:00
"Name": "DialogflowAi",
2018-10-21 14:03:12 +00:00
"Type": "BotSharp.Platform.Dialogflow"
},
2018-10-05 15:17:52 +00:00
{
"Name": "RasaAi",
"Type": "BotSharp.Platform.Rasa",
},
{
"Name": "ArticulateAi",
"Type": "BotSharp.Platform.Articulate",
2018-10-14 14:15:27 +00:00
}*/
]
2018-04-30 03:09:32 +00:00
}