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

verify pattern with variable test
 
 

Hi,

I get errors from
:verify pattern
if I have variable tests in it.

For example, I have a topic with 2 rules:

#! test1
u: (test1)
    
Test success 
     $testTrigger 
1

#! test2
u: ($testTrigger test2)
   
Test 2 success 

The pattern test for the second rule will always fail.

What can I do to make it work?

 

 
  [ # 1 ]

#! test2 $testtrigger=1

 

 
  login or register to react