Skip to content

Instantly share code, notes, and snippets.

@koaning
Created June 26, 2020 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koaning/51eab05dd971e8597dd71db30676b58f to your computer and use it in GitHub Desktop.
Save koaning/51eab05dd971e8597dd71db30676b58f to your computer and use it in GitHub Desktop.
Adding a few jokes
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- give_joke
responses:
utter_joke:
- text: "What's better than one Pikachu? PikaTWO!"
# keep the rest as is

intent:give_joke

  • please tell me a joke
  • got a good pokemon pun?
  • give me a pokemon joke

happy path

  • greet
    • utter_greet
  • give_joke
    • utter_joke
  • mood_great
    • utter_happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment