Hello,
this /webhooks/rest/webhook REST endpoint not working. I want to get text/rich response from Rasa NLU server. For example:
curl -L -X POST 'http://localhost:5000/webhooks/rest/webhook' \
-H 'Content-Type: application/json' \
--data-raw '{ "sender": "Me", "message": "hello"}'
Hello,
this /webhooks/rest/webhook REST endpoint not working. I want to get text/rich response from Rasa NLU server. For example: