Location Control - ms botframework var apiKey = WebConfigurationManager.AppSettings["BingMapsApiKey"]; var prompt = "Where should I ship your order? Type or say an address."; var locationDialog = new LocationDialog(apiKey, message.ChannelId, prompt); context.Call(locationDialog, (dialogContext, result) => {...});