RASA HTTP Server API - Rasa Open Source - Rasa Community Forum
👋 Introducing the Rasa Playground
RASA HTTP Server API
post by prashath on Jul 22, 2019
Hi
I want know the api end point address for conversation? how to construct the api endpoint for conversation? if i use http://localhost:5005/model/parse/ with request {“text”:“More than 1000”}. im getting an response as { “intent”: { “name”: null, “confidence”: 0 }, “entities”: [], “intent_ranking”: [], “text”: “More than 1000” } in my soap ui
how to get the dialog output? whats the API? whats the request sample?
post by amn41 on Jul 22, 2019
Hi @prashath - welcome to the forum!
You have a couple of options.
The easiest is to add a rest input channel to your credentials.yml
You can also manually trigger this by adding a message to a tracker and then predicting the next action
post by prashath on Jul 22, 2019
Hi Alen,
It works, but only once, if i send the same request for the second time it sends a “Empty JSON content” for the same request, what can be the issue?
Thanks Prashath
post by prashath on Jul 23, 2019
Guys, any luck?
post by prashath on Jul 24, 2019
Hi I resolved it, lack of training data caused the problem Thanks Prashath