📄️ Adding Type Validators
After we have created our basic bot, we might need a way to validate the type of data a user enters to prevent errors.
📄️ Variable placement
Our chatbot has been growing in functionality. However, we could make it cooler by supercharging its conversation skills 💬. Imagine that our PizzaBot asks for a username and about what toppings the customer wants on their pizza. We can then use the responses to give a personalised message which confirms the delivery details to the customer.
📄️ Interactive Buttons
Adding interactive buttons for our bot will provide a better user experience and less chance for input validation problems. The user can make selections quickly without typing using buttons.