1 have the version of rasa x install
2 add endpoints.yml or your server such
action_endpoint: url: http://localhost:5055/webhook
core_endpoint: url: http://localhost:5005
- go to terminal install rasa-sdk pip install rasa-sdk if you have been install that cool
4 go to file actions.py and change rasa_core.action import actions by theses sentences:
from rasa_sdk import Action
from rasa_core.events import SlotSet
5 go back to terminal and run *******rasa run actions
6 do not to run actions file also that all
enjoy your actions***