BotSharp/BotSharp.WebHost/Settings/DialogflowAi.json
2018-10-21 22:47:51 -05:00

8 lines
219 B
JSON

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