Tutorial: your first bot
Congratulations on starting to build your first bot! π In this tutorial, we will take you by the hand to build a basic yet efficient train booking chatbot assistant named ChooChoo.
Last updated
Congratulations on starting to build your first bot! π In this tutorial, we will take you by the hand to build a basic yet efficient train booking chatbot assistant named ChooChoo.
Last updated
Before the actual bot building, planning your bot is key. Make sure you define your bot's use cases and personality beforehand, so the conversation design process is easier.
The steps to build a chatbot from scratch on the Chatlayer platform.
How to teach your bot to understand its users by adding intents and expressions powered by our Natural Language Processing engine.
Use entities to recognize classes of objects within what the user is saying.
Store valuable pieces of information given by the user to manipulate them later in the conversation.
Steer the conversation in different ways depending on the information received.
Test your new developments directly as you implement them.
Let's get started! π