BotSharp/BotSharp.WebHost/Settings/DialogflowAi.json

8 lines
220 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-03 17:21:19 +00:00
"dialogflowAi": {
2018-10-13 04:12:21 +00:00
"botEngine": "BotSharpNLU",
"agentStorage": "AgentStorageInRedis"
2018-10-03 01:44:11 +00:00
}
}