加入机器人自由的 合作伙伴和联盟 的程序和支持我们免费开放平台
Help

Location

通过 BM 发布 Feb 21 2018, 5:31

Hi, I am looking for a way to get the user location from self script. I know we can get location of the facebook user, but I am not looking for facebook location request. I am looking for user location who is directly chatting with bot through this platform. Is this possible, could you please explain it to me with an example.


by admin posted Feb 21 2018, 8:09
We do not currently provide access to the user's location for web/mobile.

For your own website you can set this up using our command framework.
You can have the bot return a command with a respond requesting the user's location. You would then need to check for this command in your own JavaScript code on your website and send the user's location to in a message.
See,
https://www.botlibre.com/forum-post?id=14573577

For privacy reasons we cannot provide location access to bots on botlibre.com, but we could provide this support from our commercial platform Bot Libre for Business, https://www.botlibre.biz

Updated: Feb 21 2018, 8:09
Thumbs up: 1, thumbs down: 0, stars: 5.0
Views: 1834, today: 0, week: 0, month: 0

by BM posted Jul 23 2018, 5:59

How can I get the command sent from my bot in JavaScript. Is there any property in SDK which stores the command?


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 1665, today: 0, week: 0, month: 1

by admin posted Jul 23 2018, 9:24
The command is stored in the message.command attribute. i.e.
if (responseMessage.command != null) {
     var command = JSON.parse(responseMessage.command);
     ...
}

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 1699, today: 0, week: 0, month: 0

Id: 20985112
标签: how to
发布: Feb 21 2018, 5:31
更新: Feb 21 2018, 5:33
答复: 3
的风景: 2030, 今天: 1, 周: 1, 一个月: 1
0 0 0.0/5