0
我在使用Wit.ai構建Node.js ChatBot,我只想知道是否有可能在用戶打開Messenger上的共享部分時跟蹤用戶操作。
Facebook API發送element_share載荷?
"recipient":{
"id":"USER_ID"
},
"message":{
"attachment":{
"type":"template",
"payload":{
"template_type":"generic",
"elements":[
{
"title":"Breaking News: Record Thunderstorms",
"subtitle":"The local area is due for record thunderstorms over the weekend.",
"image_url":"https://thechangreport.com/img/lightning.png",
"buttons":[
{
"type":"element_share"
}
]
}
]
}
}
}
沒有回傳,沒有有效載荷發送給聊天機器人,所以我怎麼能做到這一點嗎?