Rasa version: 2.0.6 Issue: slot_was_set condition doesn't work with a Rule below: rules: - rule: Only say `hello` if the user provided a name condition: - slot_was_set: - some_text_slot Expected behavior: Rule is applied when the some_te...
I have a signaloutwhich has to be set by the system under test within a certain time slot. This is what I have to verify if e.g. signaloutis set within 5 to 10 ms after the trigger signalinwas set. Assuming that the signaloutis set by ...