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.
 
 
 

100 line
1.6 KiB

  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: scheme
  28. steps:
  29. - intent: scheme
  30. - action: utter_scheme
  31. - story: eligible-A
  32. steps:
  33. - intent: eligible-A
  34. - action: utter_eligible-A
  35. - story: information
  36. steps:
  37. - intent: information
  38. - action: utter_information
  39. - story: electricity
  40. steps:
  41. - intent: electricity
  42. - action: utter_electricity
  43. - story: lease
  44. steps:
  45. - intent: lease
  46. - action: utter_lease
  47. - story: financial
  48. steps:
  49. - intent: financial
  50. - action: utter_financial
  51. - story: component-B
  52. steps:
  53. - intent: component-B
  54. - action: utter_component-B
  55. - story: eligible-B
  56. steps:
  57. - intent: eligible-B
  58. - action: utter_eligible-B
  59. - story: subsidy-A
  60. steps:
  61. - intent: subsidy-A
  62. - action: utter_subsidy-A
  63. - story: component-C
  64. steps:
  65. - intent: component-C
  66. - action: utter_component-C
  67. - story: eligible-C
  68. steps:
  69. - intent: eligible-C
  70. - action: utter_eligible-C
  71. - story: subsidy-B
  72. steps:
  73. - intent: subsidy-B
  74. - action: utter_subsidy-B
  75. - story: component-A
  76. steps:
  77. - intent: component-A
  78. - action: utter_component-A
  79. - story: Out of scope
  80. steps:
  81. - intent: out_of_scope
  82. - action: utter_default