Skip to content

Access Home Services

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

1.1 Access Home Services

Intent

access_home_services

Description

The access_home_services intent takes the location from the parent application and launches the home services categories. 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