暫無描述
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.

rules.yml 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. version: "3.1"
  2. rules:
  3. - rule: Say goodbye anytime the user says goodbye
  4. steps:
  5. - intent: goodbye
  6. - action: utter_goodbye
  7. - rule: Say 'I am a bot' anytime the user challenges
  8. steps:
  9. - intent: bot_challenge
  10. - action: utter_iamabot
  11. - rule: Ticketquestion1
  12. steps:
  13. - intent: question1
  14. - action: utter_question1_1
  15. - action: utter_question1_2
  16. - action: utter_question1_3
  17. - action: action_service
  18. - rule: Ticketquestion3
  19. steps:
  20. - intent: question3
  21. - action: utter_question3_1
  22. - action: utter_question3_2
  23. - action: utter_question3_3
  24. - action: action_service
  25. - rule: Ticketquestion4
  26. steps:
  27. - intent: question4
  28. - action: utter_question4_1
  29. - action: utter_question4_2
  30. - action: utter_question4_3
  31. - action: action_service
  32. - rule: Ticketquestion5
  33. steps:
  34. - intent: question5
  35. - action: utter_question5_1
  36. - action: utter_question5_2
  37. - action: utter_question5_3
  38. - action: action_service
  39. - rule: Ticketquestion6
  40. steps:
  41. - intent: question6
  42. - action: utter_question6_1
  43. - action: utter_question6_2
  44. - action: utter_question6_3
  45. - action: action_service