BotSharp/BotSharp.WebHost/Settings/DialogflowAi.json

8 lines
219 B
JSON
Raw Normal View History

2018-10-03 01:44:11 +00:00
{
2018-10-12 02:42:56 +00:00
// if you want to override platform setting, please set corresponding value, otherwise you don't need this section.
2018-10-22 03:47:51 +00:00
"dialogflowAi": {
"botEngine": "BotSharpNLU",
"agentStorage": "AgentStorageInFile"
}
2018-10-03 01:44:11 +00:00
}