Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
ChatBot/testAnswers.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
36 lines (36 sloc)
1.53 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" ?> | |
<root> | |
<!--Test time: 2018-11-13 10:08:11.412296--> | |
<test> | |
<input>Make me a message after 8 minutes and 5 seconds with text of hello</input> | |
<answer>Yup buddy ;)! I set you a reminder after ['8 minutes', '5 seconds'] with note: Hello</answer> | |
</test> | |
<test> | |
<input>Make me a message with text of hello after 8 minutes and 5 seconds</input> | |
<answer>Ofcourse ;)! I set you a reminder after ['8 minutes', '5 seconds'] with note: Hello</answer> | |
</test> | |
<test> | |
<input>Remind me at 6o'clock to make homework</input> | |
<answer>Sure mate ;)! I set you a reminder at 6oclock with note: Make homework</answer> | |
</test> | |
<test> | |
<input>Set a reminder at 6 o'clock to make homework</input> | |
<answer>Ofcourse ;)! I set you a reminder at 6 oclock with note: Make homework</answer> | |
</test> | |
<test> | |
<input>Make a note to call dad at 12:52</input> | |
<answer>No worries ;)! I set you a reminder at 12:52 with note: Call dad</answer> | |
</test> | |
<test> | |
<input>Make a note at 12:52 to call dad</input> | |
<answer>Sure mate ;)! I set you a reminder at 12:52 with note: Call dad</answer> | |
</test> | |
<test> | |
<input>Send a notification at 11a.m with the message of go shoping</input> | |
<answer>No worries ;)! I set you a reminder at 11a.m with note: Go shoping</answer> | |
</test> | |
<test> | |
<input>Set me a reminder with a message of hello at 2:12PM</input> | |
<answer>Sure mate ;)! I set you a reminder at 14:12 with note: Hello</answer> | |
</test> | |
</root> |