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

Respond to ? and !
 
 
  [ # 16 ]
Bruce Wilcox - Jul 3, 2013:

Given that the control script is a bit beyond you, the question is really moot.

HOWEVER, I will say that if you added

if ( %response == 0 ) { respond(~keywordlesstopic) } at some appropriate moment in the control script, then it would call such a topic (if such a topic existed).

smile Providing a non developer with the instructions to put it into an “appropriate moment” is a bit risky, but I think I figured it out. Thanks that gave me a chance to learn more wink
Even deactivated the quibble part, while I was at it.

Got now a ~generaltopic, which makes for me kind of intuitive sense.
The order is now: First ~introduction, then ~generaltopic and later if I need specific topics.

I hope once I am finished I can provide back some example files for others to use for a simple informational type of bot.

 

 
  [ # 17 ]

Don’t look at MainSentence… look at the tokenized form before that, or the set of words generating keywords after.  The mainsentence is Subject/Verb/Object and is as CS put it. back is either a particle (idiomatic verb) or an adverb, not part of main.

What you can do is :trace -1   and then send me the user log file when it gets your input. That will probably tell me what happened.

 

 
  [ # 18 ]

The control file is a script, like any other, really. And the word “appropriately” was indeed deliberate. Either you would figure it out, or you shouldn’t even be trying to figure it out.

 

 < 1 2
2 of 2
 
  login or register to react