BotSharp/BotSharp.WebHost/Settings/DialogflowAi.json
zhangyanbo2007 b511e53e4f change project configuration
AgentStorageInRedis->AgentStorageInMemory
2018-10-17 03:47:11 +08:00

8 lines
233 B
JSON

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