AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Developing Chatbot.Exe for my company
 
 

Hey guys, I’m at my wit’s end.

I’m trying to develop a CHATBOT.EXE and pass it to anyone in the company, have it installed onto their windows, and use it.

The goal of the chatbot is to collect everyone’s inputs and answer their queries or redirect their tasks. Hopefully even more (i have some exciting ideas).

I have already done up the interface of the chatbot on Visual Studio (VB.NET) and i plan to build my model from scratch.

Now the problem is - where and how do i store their inputs? Am i looking at.. cloud storage? Anyone who has the bot installed will have to be connected to the cloud 24/7.

Any help will be greatly appreciated!!

 

 
  [ # 1 ]

My suggestion would be to first configure IIS localhost on Windows.
Then install a simple alpha test chatbot script in your inetpub folder
such as “C:\inetpub\wwwroot\”.

 

 

 
  login or register to react