No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

stories.yml 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. version: "3.1"
  2. stories:
  3. - story: happy path
  4. steps:
  5. - intent: greet
  6. - action: utter_greet
  7. - intent: mood_great
  8. - action: utter_happy
  9. - story: sad path 1
  10. steps:
  11. - intent: greet
  12. - action: utter_greet
  13. - intent: mood_unhappy
  14. - action: utter_cheer_up
  15. - action: utter_did_that_help
  16. - intent: affirm
  17. - action: utter_happy
  18. - story: sad path 2
  19. steps:
  20. - intent: greet
  21. - action: utter_greet
  22. - intent: mood_unhappy
  23. - action: utter_cheer_up
  24. - action: utter_did_that_help
  25. - intent: deny
  26. - action: utter_goodbye
  27. # - story: yes_path
  28. # steps:
  29. # - intent: satisfied
  30. # entities:
  31. # - content_type: "text"
  32. # - slot_was_set:
  33. # - content_type: "text"
  34. # - action: utter_happy
  35. # - story: no_path
  36. # steps:
  37. # - intent: notsatisfied
  38. # entities:
  39. # - content_type: "text"
  40. # - slot_was_set:
  41. # - content_type: "text"
  42. # - action: action_support_service
  43. # - story: connecting support
  44. # steps:
  45. # - intent: connect_support
  46. # entities:
  47. # - content_type: "text"
  48. # - slot_was_set:
  49. # - content_type: "text"
  50. # - action: utter_connect_support
  51. # # - action: action_save_conersation
  52. # # - action: action_clear_conversation
  53. # - story: noconnecting support
  54. # steps:
  55. # - intent: noconnect_support
  56. # entities:
  57. # - content_type: "text"
  58. # - slot_was_set:
  59. # - content_type: "text"
  60. # - action: utter_happy