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

quibble is so difficult
 
 

i want to my bot have quibble topic…

but it is so difficult…

manual is not found…

how to build quibble topic?

 

 
  [ # 1 ]

Harry comes with quibble topics already built in. The control script sets when to quibble

# having no good response we know, now generate quibbles

# now we need to find fake responses
if (%response == 0 AND %rand > 50)
{
nofail(TOPIC respond(~QUIBBLE_ALL))
}
And a variety of quibble script is in RAWDATA/QUIBBLE

 

 
  [ # 2 ]
Bruce Wilcox - Dec 7, 2016:

Harry comes with quibble topics already built in. The control script sets when to quibble

# having no good response we know, now generate quibbles

# now we need to find fake responses
if (%response == 0 AND %rand > 50)
{
nofail(TOPIC respond(~QUIBBLE_ALL))
}
And a variety of quibble script is in RAWDATA/QUIBBLE

I’m not using the quibble topic already built in….

because my bot speaks in Korean….

I develop a bot using simplecontrol topic. because control topic is dificult for me to develop…

anyway is it hard for me to make quibble?

 

 
  [ # 3 ]

simplecontrol already has calls to quibble. You can look at files in QUIBBLE and make your own. You can just locate the topic ~QUIBBLE_ALL inside the folder, and put your own stuff there. A quibble topic is just like any other. E.g (except in Korean)

u: ( can you)  No I can’t. Why would I want to?

 

 
  [ # 4 ]
Bruce Wilcox - Dec 8, 2016:

simplecontrol already has calls to quibble. You can look at files in QUIBBLE and make your own. You can just locate the topic ~QUIBBLE_ALL inside the folder, and put your own stuff there. A quibble topic is just like any other. E.g (except in Korean)

u: ( can you)  No I can’t. Why would I want to?

thank you!!
i study chatscript document more!!
Thank you for always kindly responding.

 

 
  login or register to react