Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
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


What I have tried:

I have no prior experience on this. I need a guide or link to read up.
Posted
Updated 21-Apr-20 4:42am
Comments
F-ES Sitecore 21-Apr-20 7:37am    
This is a huge undertaking, not trivial at all and far beyond a "quick answer". You'll need to read up on language interpretation, maybe there is a pre-written library that will help you with the basics, because if you need to ask how to do this it is probably beyond you.
Uwakpeter 21-Apr-20 8:18am    
I want to use the Microsoft Bot Framework or Azure Bot service, or maybe link with azure Bots

"I have no prior experience" - google is your friend.

"I need a guide or a link to read up" - no, really, google IS your friend.
 
Share this answer
 
Comments
Uwakpeter 21-Apr-20 10:19am    
Yes, Google is my friend, but the few examples I see on google are on Echo Bot
There are 2 components identified in your "question"

A bot framework. What you are looking for is one that you understand and know how to locate and intercept the incoming messages.

The other half is going to be taking that intercepted request; and doing a query of your database for a search term.

There are plenty of tutorials, samples, and documentations on both of these subjects. It is up to you to find and understand these elements, and then plan out what works best to fill your needs.
 
Share this answer
 
Quote:
I have no prior experience on this. I need a guide or link to read up.

In your case, the first thing to do is to learn on the subject, and do some research on internet, Google is your friend, Wikipedia too.
Chatbot - Wikipedia[^]
Quote:
I am trying to implement a chat BOT, but the few examples I am seeing online are on Echo BOT

That is probably because a ChatBot is cutting edge, state of the art technology, this means that there is no efficient library/package available for free.
All you will find is probably ready to use paying packages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900