JRN

Results 11 issues of JRN

I read this document [https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/bots/bot-conversations/bots-conv-channel](https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/bots/bot-conversations/bots-conv-channel) where its mentioned on the top that '**You can also access Teams-specific functionality within your bot like querying team information and @mentioning users**' I am...

request: feature

I have V3 BOT with Microsoft teams channel. I see following sporadic issue where it seems like teams is failing send response back to bot via **serviceURL** ``` Error: POST...

I'm trying to send a welcome message to a user when bot is added to MS teams for 1:1 chat. In this scenario user will be simply pasting BOT_Id in...

I am not able to decide if I can user builder.ChatConnector() instead teams.TeamsChatConnector() for my nodejs bot service. Can we use ChatConnector for a bot which can be used in...

Any ETA on when aadv1 for Node js will be released.

This might feel like very basic question but I'm confused on what exactly the value of this variable would be. Will it be azure app service or some Sprint boot...

Can I use autoBot to use test v3 Bot ?

I have create an app on https://apps.dev.microsoft.com/ for MS graph access and getting users authenticated to AADv2. I have a bot running on node.js where I'm configuring following const AZUREAD_APP_ID...

I am looking for node.js version of SampleAADv1Bot. Is it available ?

I looked into functional test cases under ../BotInsightsTests/Node/test/ and updated mine accordingly. But not sure how to run those.