mapbox-assistant-example icon indicating copy to clipboard operation
mapbox-assistant-example copied to clipboard

Try AMAZON.LandmarksOrHistoricalBuildings

Open zugaldia opened this issue 8 years ago • 2 comments

Currently, a query like directions to the white house will fail because Alexa cannot understand the white house as a valid AMAZON.PostalAddress. We might want to explore the use of AMAZON.LandmarksOrHistoricalBuildings to see if it helps this use case.

zugaldia avatar Feb 18 '17 20:02 zugaldia

An initial implementation via https://github.com/mapbox/alexa-skill/commit/0345f2a8eafd22e8d12a81761cd4ba76a41061ad is working out well for our usecase:

image

However, unexpectedly, a simple postal address is being confused with a landmark slot:

image

zugaldia avatar Feb 18 '17 20:02 zugaldia

Adding a city name gets the expected result:

image

zugaldia avatar Feb 18 '17 21:02 zugaldia