Rasa stories

If you want the safety intent to always be followed by utter_affirm_concern and utter_diduhave, add the following rule:

- rule: rule1
  steps:
    - intent: safety
    - action: utter_affirm_concern
    - action: utter_diduhave

Otherwise, add more stories with this behavior.

1 Like