Assuming I have previously stored a user’s name via
<set name="name"><star/><set/>
How would i go about to match this with an input. This is what I tried and doesn’t work:
<category>
<pattern>DO YOU KNOW <get name="name"/></pattern>
<template>Of course I know you!</template>
</category>
This works with <bot name=“name”> to match the bot’s name. Is there a way to get this working?