Closed pannerselvam-yaltech closed 3 years ago
The Microsoft Bot Framework team prefers that how to questions be submitted on Stack Overflow. The official Bot Framework Github repos are the preferred platform for submitting bug fixes and feature requests.
There is no coordinate data that comes from ChannelData
with the Teams channel. My assumption is that there is nothing that the Teams client would have that convey that, but you might want to look into Teams GRAPH stuff to confirm.
Additionally, you could ask the customer for their location and store that in user state. Then you could have an API/call in the bot that would lookup long/lat. Then you could send an activity to the user (probably an adaptive card) that would have the map.
I would like to show near customers list in MAP with their address. so how can i get user live lat and lon in bot composer while using MS Team as Channel.