<aiml version="1.01" encoding="UTF-8"> <!—user pandemic_chat.aiml --> <category> |
<pattern>hello</pattern> |
<template> |
<random> |
<li>hi (user name), I am a virtual health assistant to help you to identify whether you infected with NCOV-19 or not? You would like to know please press ‘yes’ or for preventive information press ‘no’</li> |
<li>yes</li> |
<li>thank you for the response, please respond all the questions that displayed here</li> |
</random> |
</template> |
</category> |
<category> |
<Pattern>What is your gender? (Male/Female) </pattern> |
<template> <li> male</li> |
<li> great, what’s your age (20-35), (36-55), (55-75), >75 </li> <li> 36-55 </li> |
<li>are you face any of following symptoms (cough/ Fever/Breath difficulties)</li> |
<li>None</li> |
<li>Nice, have you ever had any of the following (heart or lung diseases/hypertension/None of the above)</li> <li>None of the above </li> <li>it seems that your non infective member on board, however please follow the preventive measures that suggested and don’t hesitate contact us any time </li> <li>preventive measures document</li> <li>good day</li> |
</random> |
</template> |
</category> </aiml> |