I have a large list of entity values in a lookup table. Is there a way to call all the stored entity values in RASA in the actions file?
I have a large list of entity values in a lookup table. Is there a way to call all the stored entity values in RASA in the actions file?
Hi @BillNyeSenpai you can use tracker.get_slot(“slot_name”) where this slot save your entity value.