BotBuilder-Location
BotBuilder-Location copied to clipboard
Filter the response
Is there any way to adjust the response. For example if I just want to show 3 options or just the options in a specific Country?? Also can the response be in Select mode?
Hi @iseltula, there is currently no way to do this but I think both are legit feature asks. Would you be willing to code them and send us pull requests?
Hi @kgrashad instead of select the whole map can a Select Button be added to the Hero Card?
if (index) { this.buttons([ botbuilder_1.CardAction.postBack(this.session, indexText + 'Select', indexText + 'Use this address') ]); }
Filtering by country/an array of countries would be useful. Very new to coding but will try and look over the mechanics to see if I can help
+1