UNPKG

botbuilder-formflow

Version:
9 lines 228 B
module.exports = [ { "type": "confirm", "id": "value", "prompt": "Please enter a boolean value", "errorPrompt": "I don't understand that. Could you say 'yes' or 'no'?", "response" : "You selected %s" } ];