Skip to content

Access Plumbing Services

Somya Arora edited this page Nov 2, 2017 · 7 revisions

1.1 Access Plumbing Services

Intent

access_plumbing_services

Description

The access_plumbing_services intent takes the location from the parent application and get a plumber. Context Required:Lat and Long, categories

Data Description

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
EMAIL User's Email ID No String
ADDRESS User's address No String
{
    "lat" : "$LAT",
    "long" : "$LONG",
    "username" : "$USERNAME",
    "phone" : "$PHONE",
    "email" : "$EMAIL",
    "address" : "$ADDRESS"
     
}
Clone this wiki locally