mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 20:19:15 +00:00
first test with dialogflow
This commit is contained in:
@@ -15,4 +15,10 @@ const responseMessages = async (step) => {
|
||||
return data
|
||||
}
|
||||
|
||||
module.exports = { getMessages, responseMessages }
|
||||
const bothResponse = async (message) => {
|
||||
const data = await get(message)
|
||||
return data
|
||||
}
|
||||
|
||||
|
||||
module.exports = { getMessages, responseMessages, bothResponse }
|
||||
Reference in New Issue
Block a user