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

8 lines
220 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"
}
}