Hey i wan to update a slot value in custom channel file i am using Sqltrackerstore and postgres db
It’s not recommended to update slots in channel code. Better to do this in action_session_start, a custom action or a slot mapping rule.
I actually i am creating custom endpoint where we providing edit option to user to edit his message so for that purpose i want to update slotvalue in rasa
I don’t follow your use case.