CoolFace
Apppublic

faster5586/rasa-chatbot

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
example.http14 linesDownload Raw Back to root
1 2curl --request POST \3  --url http://localhost:5005/webhooks/rest/webhook \4  --header 'content-type: application/json' \5  --data '{"message": "Hi"}'6####7 8curl --request POST \9  --url http://rasa-chatbot.herokuapp.com/webhooks/rest/webhook \10  --header 'content-type: application/json' \11  --data '{12    "message": "Hi"13  }'14####