Skip to content

Instantly share code, notes, and snippets.

@andymayer
Created July 25, 2019 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 andymayer/af44d4f858bf10e033680ee1fdd4173a to your computer and use it in GitHub Desktop.
Save andymayer/af44d4f858bf10e033680ee1fdd4173a to your computer and use it in GitHub Desktop.
text.yml
Happy flow, saying yes to more:
- message:
- "/welcome"
- actions:
- action_clear_topic
- utter_welcome
- utter_name
- utter_agent_purpose
- utter_ask_problem
- message:
- "I am sad"
- actions:
- action_check_topic
- utter_confirm_topic
- message:
- "yes"
- actions:
- utter_ask_type_of_help
- message:
- "talk to somebody"
- actions:
- action_check_type_of_help
- action_lookup_resource
- utter_resource_found
- utter_ask_another
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment