I have a <template> which AIML (using Pandorabots) successfully parses out that <that> as the following (from the trace in Playground):
<that> <REMEMBER><KEYWORD>GRATITUDE</KEYWORD><MEMORY>JODIE</MEMORY></REMEMBER>
from the developer, same thing:
"thats": [
"<REMEMBER><KEYWORD>GRATITUDE</KEYWORD><MEMORY>COCONUT OIL AND GRASSFED BUTTER</MEMORY></REMEMBER>"
],
However, I cannot write a <that> to match.
I have both tried a literal match, and also substituting with a ^ wildcard.
I read in the tutorial that <that> can use wildcard, so I would have thought at least using a ^ between each word would have resulted in a match.
Question: how can I write a <that> statement that will match?