Building Our First ChatBot
There are different approaches to building a ChatBot:
- You can do it from scratch using Rasa Framework and Python Programming Language
- Using Google DialogFlow
- Its Config Based.
- We need to Define Intent and Entity for Bot Agents
- https://dialogflow.cloud.google.com/
- https://dialogflow.cloud.google.com/cx/projects
- Using low code Chatbot Platforms
- Drift
- Intercom
- ChatFuel
- WotNot — https://wotnot.io/
ChatGPT
Its a chatbot built by OpenAI using GPT Model (i.e. Transformer Based Neural Network)
You can get a List of ChatBots based on GPT here –
https://gpt3demo.com/
- MetaGPT
- AutoGPT
- ChaosGPT
- GraphGPT
- ChartGPT




Leave a Reply