Forum Discussion
Skills: Simple Bot to Bot and Skills Dialog
- Jun 19, 2020Looks like it had something to do with the bot-xxx NPM packages that I was using. After I updated to ~4.9.0, I no longer have any issues.
voonsionglum , Did you implemented the conversation for skill? You can take a look at Implement the skill in Teams Skills Bot
Trinetra-MSFT, thanks for responding. The conversation for skill was implemented for the echo-skill-bot.
When the root bot sends the skill activity to the echo-skill-bot, I can see that the latter did get the activity. When the echo-skill-bot tries to send the reply to the root bot, it errors out saying that the conversation it tries to reply to does not exist.
I tried printing out the context when that error happens. I can see that the conversation Id and the activity Id in the context match with the ones thrown by the error, but I don't know why the conversation does not exist. It feels like something is missing...