You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Messaging Service(s): BotFramework (Skype), Version 1.1.1
Cache Driver: file
Description:
When adding my Skype Bot, the defined ´fallback´ function is being called.
Steps To Reproduce:
Add to ´routes/botman.php´.
´´´
$botman->fallback(function ($bot) {
$bot->reply('Sorry, but I did't understand you.');
});
´´´
Add your Skype Bot in Skype.
The text was updated successfully, but these errors were encountered:
Original Issue: botman/botman#969
Description:
When adding my Skype Bot, the defined ´fallback´ function is being called.
Steps To Reproduce:
Add to ´routes/botman.php´.
´´´
$botman->fallback(function ($bot) {
$bot->reply('Sorry, but I did't understand you.');
});
´´´
Add your Skype Bot in Skype.
The text was updated successfully, but these errors were encountered: