Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

[Point of Interest] Asking directions for address results in an error #1988

@ryanisgrig

Description

@ryanisgrig

Is your feature request related to a problem? Please describe.

Users asking for directions to an address are hit with a bug that something went wrong. The LUIS model correctly pulls out an address but it maps to the Foursquare API which is not configured for returning just an address POI.

What is the solution you are looking for?

If a user asks for directions to a specific address they will expect the Skill to find a route to that address. This should map to the Azure Maps API and return directions to that location.

What alternatives have you considered?

Is there any other context you can provide?

DialogException: Specified method is not supported., StackTrace: at PointOfInterestSkill.Services.FoursquareGeoSpatialService.GetPointOfInterestListByAddressAsync(Double latitude, Double longitude, String address) in D:\a\1\s\skills\src\csharp\pointofinterestskill\pointofinterestskill\Services\FoursquareGeoSpatialService.cs:line 112
 at PointOfInterestSkill.Dialogs.PointOfInterestDialogBase.GetPointOfInterestLocations(WaterfallStepContext sc, CancellationToken cancellationToken) in D:\a\1\s\skills\src\csharp\pointofinterestskill\pointofinterestskill\Dialogs\PointOfInterestDialogBase.cs:line 279

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions