BotSharp/BotSharp.WebHost/Settings/platforms.DialogflowAi.json
2019-03-16 11:23:02 -05:00

10 lines
271 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",
"contextStorage": "ContextStorageInFile"
}
}