BotBuilder-Location icon indicating copy to clipboard operation
BotBuilder-Location copied to clipboard

Filter the response

Open iseltula opened this issue 8 years ago • 5 comments

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?

iseltula avatar Mar 02 '17 15:03 iseltula

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?

kgrashad avatar Mar 02 '17 16:03 kgrashad

Hi @kgrashad instead of select the whole map can a Select Button be added to the Hero Card?

iseltula avatar Mar 02 '17 18:03 iseltula

if (index) { this.buttons([ botbuilder_1.CardAction.postBack(this.session, indexText + 'Select', indexText + 'Use this address') ]); }

iseltula avatar Mar 02 '17 20:03 iseltula

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

HemalR avatar Mar 06 '17 10:03 HemalR

+1

an0o0nym avatar Nov 20 '17 22:11 an0o0nym