Skip to content

Instantly share code, notes, and snippets.

@koaning
Created June 26, 2020 08:47
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/8484111051adac178c322b6dbac7a79c to your computer and use it in GitHub Desktop.
Save koaning/8484111051adac178c322b6dbac7a79c to your computer and use it in GitHub Desktop.
Another intent
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- give_joke
- give_another
# the rest is left out for brevity

intent:give_another

  • more please
  • another one
  • one more
  • next
  • more!

the rest is left out for brevity

happy path

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