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..

Chatbot for android
 
 

I need help in creating a chatbot for android, more specifically how
can I integrate AIML file an android project.
Is it possible to integrate AIML file in android, how can I do it?

I’m using Eclipse to develop android projects.

Thank you in advance!

 

 
  [ # 1 ]

If you do not want to reinvent the wheel then you might like this, as it has already been done.  That’s hacker rule number one wink

http://callmom.pandorabots.com/static/callmom/index.html

 

 
  [ # 2 ]

Pandorabots CallMom is by far the best option for AIML on the Android mobile platform….

> http://callmom.pandorabots.com/static/callmom

Pandorabots CallMom

> http://code.google.com/p/aiml-en-us-pandorabots-callmom

US Version of CallMom - Google Project Hosting

> http://www.youtube.com/watch?v=tjXfM7U15Vw

Chatbots 3.2 - Richard Wallace - Phone Actions with AIML - pt1of2

> http://www.youtube.com/watch?v=MMfn3_Y8a9M

Chatbots 3.2 - Richard Wallace - Phone Actions with AIML - pt2of2

 

 
  [ # 3 ]

Thanks for help, but I need java cod that connects my android app with pandorabots server.

 

 
  [ # 4 ]

I used this.  Mileage may vary….

http://aiml.1580448.n4.nabble.com/Java-code-to-access-pandorabots-here-ya-go-tt1580948.html#none

 

 
  [ # 5 ]

Basically, what you need is JAVA code to send an HTTP request, and then parse the returned XML. There are literally hundreds of scripts out there, all written in JAVA, that can do that. The vast majority of us here don’t have all that much experience with the language (including myself), but the basic principles are the same in almost any language. Stack Overflow has several questions relating to this challenge, many of which should provide you with enough information to at least point you in the right direction. smile

 

 
  login or register to react