Calling Rasa URL from Java code

Hi i am confused which URL of RASA, we need to call from java code. like after training rasa chatbot, we somewhere found this url : “http://localhost:5005/webhooks/rest/webhook” & there is also 1 URL which i found on so many posts is : “http://localhost:5005/model/parse”, so my question is exactly which URl we need to call from java code, so that we will get expected response for particular user input. example : if user input is “hi”, & i trained rasa to respond “hello, how can i help you?” for that user input. how to do that ?

thanks in advance. :slight_smile:

Hey @pranavm4 check this post it may help you:

Rest api implementation