I am trying to implement a chat BOT, but the few examples I am seeing online are on Echo BOT where the BOT will
have to repeat whatever the user type, I want to be able to get questions from users then go to the database using
entity framework and retrieve the corresponding answer and display it to the user.
I am using VS studio 2019, I have no prior experience on this. I need a guide or link to read up.