30 lines
539 B
JSON
30 lines
539 B
JSON
{
|
|
"version": "0.1.0",
|
|
"assemblies": "BotSharp.Core",
|
|
|
|
"platformModuleName": "DialogflowAi",
|
|
|
|
"machineLearning": {
|
|
"dataDir": "D:\\Projects\\BotSharp\\Data"
|
|
},
|
|
|
|
"modules": [
|
|
{
|
|
"Name": "DialogflowAi",
|
|
"Type": "BotSharp.Platform.Dialogflow"
|
|
},
|
|
{
|
|
"Name": "WeixinChannel",
|
|
"Type": "BotSharp.Channel.Weixin"
|
|
}/*,
|
|
{
|
|
"Name": "RasaAi",
|
|
"Type": "BotSharp.Platform.Rasa",
|
|
},
|
|
{
|
|
"Name": "ArticulateAi",
|
|
"Type": "BotSharp.Platform.Articulate",
|
|
}*/
|
|
]
|
|
}
|