botbuilder-formflow
Version:
Form flow with subdialogs
20 lines (19 loc) • 410 B
JavaScript
module.exports = [
{
"user": "hi"
},
{
"bot": "Please select your life's time choice (1. power, 2. money, or 3. beauty)"
},
{"user": "NotAValue"},
{
"bot": "Please enter a valid choice (1. power, 2. money, or 3. beauty)"
},
{"user": "beauty"},
{
"bot": "Your choice is [object Object]"
},
{
"bot": "{\"choice\":{\"index\":2,\"entity\":\"beauty\",\"score\":1}}"
}
];