BotSharp/BotSharp.WebHost/Settings/DialogflowAi.json

8 lines
233 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.
"dialogflowAi": {
"botEngine": "BotSharpNLU",
"agentStorage": "AgentStorageInMemory"
}
2018-10-03 01:44:11 +00:00
}