我需要知道是否有可能知道你在facebook上使用的是哪种设备,我正在使用microsoftchatbot机器人,我需要知道用户使用的是个人电脑/笔记本电脑还是移动设备。
{ type: 'conversationUpdate',
timestamp: '2017-10-11T09:12:54.8111475Z',
membersAdded: [ { id: 'EmpHard@qQ09zeUT83I', name: 'EMPP' } ],
text: '',
attachments: [],
entities: [],
address:
{ id: 'DC7cCyV4Pn4',
channelId: 'webchat',
user: { id: 'edb347769a4ba0863dd0e8b44d93358d' },
conversation: { id: 'edb347760e8ba0863ddb49a44d93358d' },
bot: { id: 'EmpHard@qQ09zeUT83I', name: 'EMPP' },
serviceUrl: 'https://webchat.botframework.com/' },
source: 'webchat',
agent: 'botbuilder',
user: { id: 'db34776e0e8b49a4ba0863dd4d93358d' } }发布于 2017-10-11 17:52:30
设备信息不包括在消息数据中。Facebook messenger没有区分移动设备和台式机。
https://stackoverflow.com/questions/46684762
复制相似问题