Comm100 Bot allows you to ask the visitors share their location to achieved more personalized responses. Based on your business requirements, your customer is required to send their location before Bot returns with the best matching reply.
While editing your Bot Intent, you can choose whether visitors should share location with Bot. The location information of visitor includes latitude and longitude which can be sent to your own application using Webhook. And the corresponding response returned from your own application will be displayed as the bot reply. Utilizing the location sharing feature helps your bot provide customers with more efficient chatting experiences throughout the complex interactions.
The geolocation info that will be sent to your application includes Longitude and Latitude in JSON format as the example below.
{
Visitor: {
"longitude":-106.34677099999999,
"latitude":56.130365999999995 }
}
Refer to article Data Sent to Your Web Application on complete data from visitor’s side.
Visitors have shared their location and they are provided with personalized service based on their locations. Comm100 Bot can return answers in text, images, videos, files attachment and more. You can always customize the response on your side and send the supported JSON data to Comm100 Bot as answers.