30 lines
758 B
JSON
30 lines
758 B
JSON
{
|
|
"version": "0.1.0",
|
|
"assemblies": "BotSharp.Core",
|
|
|
|
"platformModuleName": "DialogflowAi",
|
|
|
|
"machineLearning": {
|
|
"dataDir": "D:\\Projects\\BotSharp\\Data"
|
|
},
|
|
|
|
"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"
|
|
}
|
|
]
|
|
}
|