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_text_slot was set to a not-null value. Ac...
Getting error as TypeError: ‘SlotSet’ object is not subscriptable from custom action Please find the error log ERROR:flask.app:Exception on /webhook [POST] Traceback (most recent call last): File “/home/ajontanu/jon/my_work/chatbot3/chatbot3/lib/python3.6/site-packages/flask/app.py”,...