UNPKG

botbuilder-formflow

Version:
14 lines 300 B
module.exports = [ { "type": "custom", "prompt" : "Hello world!", "response" : "Thank you!" }, { "type": "text", "id": "password", "prompt": "Please enter your password", "errorPrompt": "Error, Please enter your password", "response": "Your password is %s" } ]