botbuilder-unit
Version:
Unit tests for chatbot dialogs
14 lines • 360 B
JavaScript
module.exports = [
{user : 'hi'},
{bot : 'How should I call you?'},
{user : 'what?'},
{bot : 'Should I call you "what?"?'},
{user : 'no'},
{bot : 'Ok, than again :)'},
{bot: 'How should I call you?'},
{user : 'Mr Freeman'},
{bot : 'Should I call you "Mr Freeman"?'},
{user : 'yes'},
{bot : 'Hello, Mr Freeman!'},
{bot : 'I\'m ready'}
];