22 lines
509 B
XML
22 lines
509 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<aiml version="1.0">
|
|
<category>
|
|
<pattern>HELLO</pattern>
|
|
<template>Hi there!</template>
|
|
</category>
|
|
<category>
|
|
<pattern>how are you</pattern>
|
|
<template>Feelin fine, thank you!</template>
|
|
</category>
|
|
<category>
|
|
<pattern>*</pattern>
|
|
<template>
|
|
<random>
|
|
<li>What is your name?</li>
|
|
<li>What is your favorite movie?</li>
|
|
<li>Will you buy me a drink?</li>
|
|
</random>
|
|
</template>
|
|
</category>
|
|
</aiml>
|