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

ProgramD interpter
 
 

Hi,
I am using programd 4.6 interpreter for my chatter bot. I am adding functionalities to get done my work. My problem is how to handle following situation in programd.

<category>
<
pattern>_ NAME IS *</pattern>
<
that>WHAT IS YOUR NAME</that>
<
template>Nice to meet you<set name="name"><star index="2"/></set></template>
</
category>  

<
category>
<
pattern>GOODBYE</pattern>
<
template>
See you later<get name="name"/>
</
template>
</
category>
<
category

( http://www.chatbots.org/ai_zone/viewthread/200/)

 

 
  [ # 1 ]

That looks like perfectly good AIML. What are you having trouble with?

 

 
  login or register to react