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

rules and patterns of the chatscript built in DB
 
 

I use chatscript on Linux servers.


Can I use the rules and patterns of the chatscript built in DB instead of in xx.top files?
If possible, which part should be corrected?

 

 
  [ # 1 ]

You lose some sanity checks by the compiler, but the ^match() function allows the use of dynamic patterns. So if you can get your pattern into a variable then it can be matched against the input.

 

 
  login or register to react