BotSharp/BotSharp.WebHost/Settings/DialogflowAi.json
2018-10-21 09:03:12 -05:00

8 lines
232 B
JSON

{
// if you want to override platform setting, please set corresponding value, otherwise you don't need this section.
"dialogflowAi": {
"botEngine": "BotSharpNLU",
"agentStorage": "AgentStorageInRedis"
}
}