A chatbot application using RasaNLU to have a general conversation as well as customized replies. |
Here's what you need to know about the API endpoints
- @create -
/app/data/create
- @set -
/app/data/update
- @remove -
/app/data/remove
- @read -
/app/data/get_intent_data
/app/data/read_all_intents
data
{
"intent":<>,
"username":<>,
"answers":[],
"questions":[]
}