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

program AB help
 
 

Hi,

i am working on program AB which is based on Java.. i need help please guide me what should i do ,

1) how can i use custom webservice .. where i can define more then 10 web services ..
Example : if user typed what is the meaning of play so it should call my custom wordnet service.

2) if user typed any query and it is not in my AIML there is no pattern define so how can i response another templates with related to the user query .. or previous query

3) how can save chat logs with user provided name .. and how can i use previous chat log with current chating
Example: if user provide me name .. ” my name is John Doe“
and if after chating with many people if user came back and say ” my name is John Doe“
then bot can remember him and how ..

please must reply for above 2 question if there is 3rd question answer so please guide me thanks

 

 
  [ # 1 ]

Ams, you only need to post your questions about Program AB once. Multiple posts in different threads are counter productive. I’m leaving this thread here for someone to respond to, but I’m going to delete the duplicates.

 

 
  [ # 2 ]

1 - check out the sraix tab which allows you to pass your queries to other bots or internet services.

2 - Don’t really know hat you mean here. If no category matches, your default pattern of * will be picked up.

3 - You could store the predicates such as name, age, location as a cookie and then allow the bot to access these when the user next returns. I wrote about this on another thread somewhere.

My brief answers represent my frustration of having just read this thread 4 times.

 

 
  [ # 3 ]

thanks ..

but Sraix Tab have builtin 2 services how can i add my own.. and how AIML know that wich SRAIX service should call is there any attributes to tell AIML that call this service on that pattern ..

Steve Worswick - Feb 11, 2015:

1 - check out the sraix tab which allows you to pass your queries to other bots or internet services.

2 - Don’t really know hat you mean here. If no category matches, your default pattern of * will be picked up.

3 - You could store the predicates such as name, age, location as a cookie and then allow the bot to access these when the user next returns. I wrote about this on another thread somewhere.

My brief answers represent my frustration of having just read this thread 4 times.

 

 
  login or register to react