BotSharp/BotSharp.WebHost/Settings/platforms.RasaAi.json

10 lines
265 B
JSON
Raw Normal View History

2019-03-16 16:34:32 +00:00
{
// if you want to override platform setting, please set corresponding value,
// otherwise you don't need this section.
"rasaAi": {
"botEngine": "BotSharpNLU",
"agentStorage": "AgentStorageInFile",
"contextStorage": "ContextStorageInFile"
}
}