BotBuilder-Location
BotBuilder-Location copied to clipboard
An open-source location picker control for Microsoft Bot Framework powered by Azure Maps and Bing Maps REST services.
Even if we localize the LocationDialog, internally it still uses PromptDialog.Confirm with the default options for yes and no, so it's not possible to localized the MatchNo and MatchYes answer...
Why are all prompts mentioning shipping ? this control should be a generic way to retrieve an address/location from the user, in most cases this has nothing to do with...
I would like to suggest following improvements for the prompts: 1. Use the default confirm prompt from BotBuilder for the "SingleResultFound" prompt with the "yes"/"no" buttons. 2. Add a button...
Can't find a way to provide an already user-submitted entity to the LocationDialog, like you can with a FormDialog. Scenario: intent and entity provided by Luis. Something like this... ```...
When the control returns a single result, or does not return any results from the Bing Maps service, there is no way for the user to override it and provide...