I want to create an objective c application that interprets a list of .aiml files then make a GUI for it. I want to do this so I can chat with the aiml files within the application.
Any ideas on how to do this?? Sample code? has anyone done this before?
Thanks!
Elijah
I can see two ways to do this:
So get an objective c/xcode interface to send messages to a webservice which then uses the standard engine.
Unfortunately this will mean there will be no offline approach, although it will also mean you can use the same approach on multiple devices with minimal rework.