In this project, we will cover the implementation of conversational chatbots using Dialogflow API, and how to make them perform different actions on Google Assistant with the help of Actions on Google. This project will provide you with a good understanding of how to build a product that uses engaging voice and text-based conversational interfaces.
We will implement a chatbot that will ask for the user's name and then generate a lucky number for the user. We will also look into how a chatbot can be made available on the Google Assistant platform using Actions on Google.
The following topics will be covered in this chapter:Â
- Understanding the tools available for creating chatbots
- Creating a Dialogflow account
- Creating a Dialogflow agent
- Understanding the Dialogflow Console
- Creating your first Action on Google
- Creating Actions on a...