@kiina/dialogflow-to-outgoing
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -43,8 +43,2 @@ const utils = require('./utils'); | ||
function processContext({ title, subtitle, imageUrl, buttons }) { | ||
console.log('processContext') | ||
console.log(title) | ||
console.log(subtitle) | ||
console.log(imageUrl) | ||
console.log(buttons) | ||
console.log(buttons ? 'true' : 'false') | ||
return { | ||
@@ -51,0 +45,0 @@ title, subtitle, |
{ | ||
"name": "@kiina/dialogflow-to-outgoing", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4893
121