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>