dialogboard-fulfillment
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -226,3 +226,3 @@ const url = 'https://chatbot-dashboard.appspot.com'; | ||
// console.log('sending payload', JSON.stringify(payload)); | ||
agent.add(new Payload(agent.FACEBOOK, payload)); | ||
agent.add(new Payload(agent.FACEBOOK, payload, { sendAsMessage: true })); | ||
} else { | ||
@@ -229,0 +229,0 @@ console.error('Dialogboard Payload not found for this source, please update dialogboard user.response.'); |
{ | ||
"name": "dialogboard-fulfillment", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Dialogboard integration in Dialogflow fulfillment", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11602