-
Notifications
You must be signed in to change notification settings - Fork 0
Access Plumbing Services
Somya Arora edited this page Nov 2, 2017
·
7 revisions
access_plumbing_services
The access_plumbing_services intent takes the location from the parent application and get a plumber. Context Required:Lat and Long, categories
KEYWORD | DESCRIPTION | MANDATORY | TYPE |
---|---|---|---|
LAT | Latitude value of the location | Yes | String |
LONG | Longitude value of the location | Yes | String |
USERNAME | User's name | No | String |
PHONE | User's phone number | No | String |
User's Email ID | No | String | |
ADDRESS | User's address | No | String |
{
"lat" : "$LAT",
"long" : "$LONG",
"username" : "$USERNAME",
"phone" : "$PHONE",
"email" : "$EMAIL",
"address" : "$ADDRESS"
}