Done with rasa nlu and created stories using online training but when im trying to run my bot in terminal its giving reply only for initial message.
here the command that im using
python -m rasa_core.run --enable_api -d models/dialogue -u models/nlu/default/xcubeBOT --endpoints endpoints.yml -o logs.log
im following this documentation Rasa & Rasa Pro Documentation for http api
and im trying to use postman using this endpoint http://localhost:5005/conversations/default/respond if it works fine then i can use with react