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

Aiml convert to rive “thatÍ”
 
 

Hello
I am trying to convert this to rive:

<category>
<
pattern>PERSONALITY TEST</pattern>
<
template>
<
think>
 <
set name="score">0</set>
</
think>
This is a test made up of 10 simple multiple choice questions that will help you see what sort of personality you have.<br/><br/>Type START to begin the test.
</
template>
</
category>

<
category>
<
pattern>START</pattern>
<
that>TYPE START TO BEGIN THE TEST</that>
<
template>
<
srai>ptquestion1</srai>
</
template>
</
category

(from here: http://www.square-bear.co.uk/aiml/ )

I like the personality test part so I thought to convert that to rive.
Now the rive part looks like so for me:

personality test
- <set score=0><set perstest=1>This is a test made up of 10 simple multiple choice questions that will help you see what sort of personality you have.\n\n
Type START to begin the test.

start
type start to begin the test
Test message 

But it doesn’t pick up the start word. How can I do that the bot will recognize the previous last sentence was “type start to begint the test”?
Sorry, I am newbie. I started last week this. smile

 

 
  [ # 1 ]

Hmm ok, I know now.
So I needed to use this way the % part:

% *type start to begin the test 
 

 
  login or register to react