Aggiornamento per il nostro Platinum il servizio e ottenere personalizzate avatar 3D
Help

Location

da BM postato 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: 1664, today: 1, week: 2, month: 7

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: 1466, today: 3, week: 8, month: 12

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: 1522, today: 1, week: 3, month: 11

Id: 20985112
Tag: how to
Postato: Feb 21 2018, 5:31
Aggiornato: Feb 21 2018, 5:33
Risposte: 3
Vista: 1799, oggi: 1, settimana: 3, mese: 8
0 0 0.0/5