Hi, Till now I am using “http://localhost:5005/webhooks/rest/webhook” this URL and I am able to get the response. But now, I am not getting any response from this URL. Could anyone please help me to resolve this issue?
I think this is a NLU indent problem
Can you check it using rasa shell
?
is your rasa server is running? check this: Rasa & Rasa Pro Documentation and try to implement some and check if you getting any response or not?
@sunil13
Try running Rasa in debug mode rasa shell --debug
it will show you the predicted intent and much more info
Hi @sunil13 , did you find any solution? I am also facing the same issue. But in my case I am getting an empty response after publishing my chatbot on heroku, in local I am getting the correct response.