Rasa create rule condition for a slot was set with any values

Hi, I am having a problem when setting the rule condition. I want my rule to be applied when a text slot is filled with ANY values. I don’t know how to write it in the rules.yml. I think it would look like this (I left it empty but it didn’t work). Please help me. Thanks! image

You can set ‘slot_was_set’ to true like this,

condition:
- slot_was_set:
  - time: true
1 Like

oh. I thought ‘time’ has to be boolean to be ‘True’ or ‘False’

Hi!, I hope this helps you:

Look for the section “slot types”, it starts describing the text slot