Created
October 13, 2017 14:58
-
-
Save teenoh/3f7355de4129b37c7b40344eb596b79b to your computer and use it in GitHub Desktop.
bad-bot-workflow
This file contains hidden or 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
if user enters "hey" => | |
reply user "hi" | |
if user enters "hello" => | |
reply user "hi" | |
if user enters "hi" => | |
reply user "hi" | |
if user entered "where are you?" => | |
reply user with "I am somewhere in the cloud" | |
if user entered "what is your location?" => | |
reply user with "I am somewhere in the cloud" | |
if user entered "where can I find you?" => | |
reply user with "I am somewhere in the cloud" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment