I want a rule that triggers a custom action when a certain slot is filled with an arbitrary value. Something like this doesn’t trigger the rule
- rule: Trigger custom action
condition:
- slot_was_set:
- some_text_slot
steps:
- intent: intent
- action: custom_action