From f2500683097cd9d71d1022dc2284e95b2dc1a6b0 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 16 Sep 2019 18:43:58 +0200 Subject: [PATCH] Created Chat bot (markdown) --- Chat-bot.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Chat-bot.md diff --git a/Chat-bot.md b/Chat-bot.md new file mode 100644 index 0000000..559dc42 --- /dev/null +++ b/Chat-bot.md @@ -0,0 +1,6 @@ +You can simulate a one-sided dialogue with this component. It's main purpose is to introduce the story of the exercise and the directives of each step in order to solve it, and to help the user with context-dependent hints when he/she seems to struggle to overcome a difficulty. To narrate events in a more natural speaking pace, you can queue messages and let the framework type it out according to the currently set *WPM*. +*** + +**Available commands**: +* [message.send](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/message.send) +* [message.queue](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/message.queue) \ No newline at end of file