2018-04-30 03:09:32 +00:00
|
|
|
|
{
|
2018-10-03 17:21:19 +00:00
|
|
|
|
"assemblies": "BotSharp.Core",
|
2018-09-04 02:05:57 +00:00
|
|
|
|
|
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"
|
2018-10-05 06:39:39 +00:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
"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
|
|
|
|
}
|