【发布时间】:2018-03-22 22:11:34
【问题描述】:
我需要知道是否有可能知道你使用哪种设备来处理 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' } }
【问题讨论】:
-
欢迎来到 Stackoverflow,请查看how to ask questions on Stackoverflow 上的链接。考虑重新制定您的问题,否则它将被否决或删除。
标签: botframework chatbot facebook-chatbot