- Bot Emulator tested ok
- Bot Framework Chat Box tested ok
- Skype Integration tested ok
- Bot added to contact list ok
But when I tried to chat with bot, it does not respond anything
And when I debugged on server side, no requests made from skype to my api endpoint.
What did I do wrong? Is there anyway I can debug the skype chatbot?
Thanks,
UPDATE: Web embedded bot is working, but Skype bot doesn't.
UPDATE 2 (April 13): For anyone seeking for a solution.
I cloned my original bot (A) to new one (B).
When I tested them, the behavior was weird.
- I sent message to (B), but I received message from (A) while (B) didn't respond
- I sent message to (A), nothing happens on both (A) and (B)
So I ended up with deleting (A), and (B) is working mysteriously.
Thanks for all the help.