Skip to content

Access Home Services

Somya Arora edited this page Oct 24, 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
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",
     
}
Clone this wiki locally