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?