BotSharp/BotSharp.WebHost/Settings/DialogflowAi.json

8 lines
104 B
JSON
Raw Normal View History

2018-10-03 01:44:11 +00:00
{
2018-10-03 17:21:19 +00:00
"dialogflowAi": {
"botEngine": "BotSharpNLU",
2018-10-03 01:44:11 +00:00
"agentStorage": "AgentStorageInMemory"
2018-10-03 01:44:11 +00:00
}
}