Hi,
With the help of my Teams administrator. I manage to publish my dev bot in Teams using the options below.
But my bot is not responding in Teams at all. Is there another settings that i need to check to make this work?
Good morning,
I hope you are doing well. I had a problem with something like that It came from a badly designed topic :
My topic said "Good morning" + Username and would trigger before my user authentified. This would result in an error since the chatbot didn't know the Username (I wasn't authentified yet). If you call a topic that demands user authentication but the authentication topic doesn't trigger this can lead to a deadlock.
More generally : if you have an error in copilot studio, most times it will fail silently and try to move on. Try to deploy on the test app and do extensive testing (on the authentication part, it can be complicated to tests).