-
Notifications
You must be signed in to change notification settings - Fork 0
Access Home Services
Somya Arora edited this page Oct 24, 2017
·
6 revisions
access_home_services
The access_home_services intent takes the location from the parent application and launches the home services categories. Context Required:Lat and Long, categories.
KEYWORD | DESCRIPTION |
---|---|
LAT | Latitude value of the location |
LONG | Longitude value of the location |
CATEGORIES | Category name |
USERNAME | User's name (optional) |
ADDRESS | User's address (optional) |
{
"lat" : "$LAT",
"long" : "$LONG",
"categories" : "home",
"username" : "$USERNAME",
"address" : "$ADDRESS",
}