If you look in the AIML files (for ALICEBot) search for
<pattern>CLIENT PROPERTIES</pattern> in C.aiml and you should see the following:
<template>Name: <get name="name"/>.<br/>
Age: <get name="age"/>.<br/>
Birthday: <get name="birthday"/>.... etc
The 3 other phrases that print this list are:
- WHAT DO YOU KNOW ABOUT ME
- CLIENT PARAMETERS
- CLIENT PREDICATES
Hope this helps
~Radgam
|