I have a bot that collects information in a private chat from User A about User B and then sends it to User B. I am collecting the information via Dialog and then formatting a HeroCard to be sent. I was using the Bot Emulator to test the private chat code, but I'm unable to test creating a new conversation () in the emulator without getting a 500 InternalServerError. When I deploy the code and integrate the bot into an existing Teams channel I receive 400 Bad Request responses.
Is there a tool to use that can help me debug creating a new conversation locally?
I'm unable to test creating a new conversation () in the emulator without getting a 500 InternalServerError.
Can you clarify more about the problem? How do you create a new conversation? You can share the relevant code so that we can reproduce the issue. – Fei Han