Skip to content

Instantly share code, notes, and snippets.

@gleuch
Created February 18, 2016 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gleuch/9b915cec44d1d88ddbef to your computer and use it in GitHub Desktop.
Save gleuch/9b915cec44d1d88ddbef to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<aiml>
<category>
<pattern>GOODBYE <set name="clientName">*</set></pattern>
<template>
Goodbye <get name="clientName" />.
</template>
</category>
<category>
<pattern>HELLO <set name="clientName">*</set></pattern>
<template>
<random>
<li>Hello <get name="clientName" />.</li>
<li>Hi <get name="clientName" />.</li>
<li>Sup <get name="clientName" />?</li>
</random>
</template>
</category>
</aiml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment