|
This lets people ask it what its favorite tv show is, and vice versa
| CODE | <?xml version="1.0" encoding="UTF-8"?>
<aiml version="1.0">
<category> <pattern>* favorite tv *</pattern> <template> That would have to be the simpsons, What's your favorite tv show? </template> </category>
<category> <pattern>favorite tv</pattern> <template> That would have to be the simpsons, What's your favorite tv show? </template> </category>
<category> <pattern>* favorite tv</pattern> <template> That would have to be the simpsons, What's your favorite tv show? </template> </category>
<category> <pattern>favorite tv *</pattern> <template> That would have to be the simpsons, What's your favorite tv show? </template> </category>
<category> <pattern>*</pattern> <that>That would have to be the simpsons Whats your favorite tv show</that> <template> Really? cool! </template> </category>
<category> <pattern>* simpsons *</pattern> <that>That would have to be the simpsons Whats your favorite tv show</that> <template> Really? the simpsons rule! </template> </category>
<category> <pattern>simpsons *</pattern> <that>That would have to be the simpsons Whats your favorite tv show</that> <template> Really? the simpsons rule! </template> </category>
<category> <pattern>* simpsons</pattern> <that>That would have to be the simpsons Whats your favorite tv show</that> <template> Really? the simpsons rule! </template> </category>
<category> <pattern>simpsons</pattern> <that>That would have to be the simpsons Whats your favorite tv show</that> <template> Really? the simpsons rule! </template> </category>
</aiml> |
|