Besides text, a chatbot should also be able to handle other types of basic data, like numbers, date-time and time-spans. Numbers The engine of the chatbot designer app will automatically convert every part of the input text that it can, into an integer or double. Furthermore, with the aid of the thesaurus, you are also [...]
‘A because B’ and ‘Why C’ are 2 tricky statement types for a chatbot to handle correctly. Not only does the data need to be stored and retrieved correctly, but often, some words need to be replaced, like ‘I’ vs ‘you’. Here are some possible techniques you can use with the chatbot designer to handle [...]
A final pre-release video on how you can call .net functions from within your chatbot. The idea behind this feature is to allow you to extend your chatbot with custom features. This will only be available in the pro version though. Note: the video is best viewed in max resolution and full screen to see [...]
Note: Deprecated! Most development tutorials start out with an ‘Hello world‘ type of application. This one doesn’t. The issue I had was the fact that a neural network is inherently a responsive system, that is, everything it does is a reaction to input. So, I figured, to illustrate this better, I could show a simple [...]