Create you first chat bot

New users may start by reading this tutorial as it covers the basic Chat4Us features from creating a chat bot RIA document passing by adding a Server and granting remote clients access to it to finally integrating the chat bot IFrame in a website or a software client. This tutorial will let you learn how to create a static quiz chat bot then connect it to an AI assistant for more fun. So let’s create our first chat bot.
More to come…
Stay tuned for more tutorials and examples that we will add from time to time as there are advanced features that will be covered later like…
- Using matching_list condition for multiple nodes redirections.
- Using matching_values to translate human language to chat bot values.
- Storing user entries in variables.
- Switching to human operators to redirect discussion to the messenger app.
- Switching to other locale/language for multi-languages chat bots support.
- Using scripts for more advanced controls to
- Data management.
- Access remote web api/content.
- Discussions moderation and monitoring.
- Etc.
Advanced users can discover and understand those advanced features just by studying the provided examples or dig deep into java sources hosted on GitHub. So check them out…