As simple as it gets.
- check the _train.REST file to see how to trigger the NLP Training
- check the _get-response.REST file to see how to get a response (replace your client id by the result of step 1)
- check the _get-messages.REST file to see which messages where responded to how (replace your client id by the result of step 1)
- check the _get-balance.REST file to check the balance and the fundings of a client (replace your client id by the result of step 1)
This project is used in the context of the following deno.land third party module: https://deno.land/x/nlp
A big thank you goes to the creators of https://www.npmjs.com/package/node-nlp.