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.
 
 
 

94 lines
1.6 KiB

  1. version: "3.1"
  2. stories:
  3. - story: scheme
  4. steps:
  5. - intent: scheme
  6. - action: utter_scheme
  7. - story: eligible_A
  8. steps:
  9. - intent: eligible_A
  10. - action: utter_eligible_A
  11. - story: information
  12. steps:
  13. - intent: information
  14. - action: utter_information
  15. - story: electricity
  16. steps:
  17. - intent: electricity
  18. - action: utter_electricity
  19. - story: lease
  20. steps:
  21. - intent: lease
  22. - action: utter_lease
  23. - story: financial
  24. steps:
  25. - intent: financial
  26. - action: utter_financial
  27. - story: component_B
  28. steps:
  29. - intent: component_B
  30. - action: utter_component_B
  31. - story: eligible_B
  32. steps:
  33. - intent: eligible_B
  34. - action: utter_eligible_B
  35. - story: subsidy_A
  36. steps:
  37. - intent: subsidy_A
  38. - action: utter_subsidy_A
  39. - story: component_C
  40. steps:
  41. - intent: component_C
  42. - action: utter_component_C
  43. - story: eligible_C
  44. steps:
  45. - intent: eligible_C
  46. - action: utter_eligible_C
  47. - story: subsidy_B
  48. steps:
  49. - intent: subsidy_B
  50. - action: utter_subsidy_B
  51. - story: component_A
  52. steps:
  53. - intent: component_A
  54. - action: utter_component_A
  55. - story: Out of scope
  56. steps:
  57. - intent: out_of_scope
  58. - action: utter_default
  59. # - story: user_information
  60. # steps:
  61. # - intent: start
  62. # - action: utter_name
  63. # - or:
  64. # - intent: name
  65. # - intent: electricity
  66. # - intent: scheme
  67. # - intent: component_A
  68. # - intent: component_B
  69. # - intent: component_C
  70. # - intent: affirm
  71. # - slot_was_set:
  72. # - name: siddharth
  73. # - action: utter_email
  74. # - intent: email
  75. # - slot_was_set:
  76. # - email: siddharth@gmail.com
  77. # - action: action_submit
  78. # - action: utter_greet