google cloud function chat bot with nodejs
Budget: $10 – $30 USD
Hello, i need help with google cloud functions,
I wrote a google cloud function for chatbot everything works, the problem is I can't parse the req string
this is a simple task for the one with the knowlage , i need to convert the req.body.message to an array.
example
let message = req.body.message.split("|");
res.send(message[0]);
I wrote a google cloud function for chatbot everything works, the problem is I can't parse the req string
this is a simple task for the one with the knowlage , i need to convert the req.body.message to an array.
example
let message = req.body.message.split("|");
res.send(message[0]);