In the previous chapter, you learned about the basic building blocks of a chatbot, including intents and entities. Understanding intents and extracting important entities from the user message are the most crucial parts of building a chatbot. Once you have both of these handled, it’s time to present the user with the most intuitive and aesthetically pleasant pinpointed reply.
In this chapter, you will learn how to build a production-ready cross-platform chatbot with the best industry standards and how to build a bot that will interact with third-party ...