Teams Notification Bot using Microsoft Bot Framework SDK and Proactive Messaging | Beginner Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 8

  • @revanthkhashaboina4214
    @revanthkhashaboina4214 2 หลายเดือนก่อน

    Is this bot of yours sends notifications to a single user or to all the users at a time in Ms Teams? Can you please answer this question. Thank you in advance

    • @Dewiride
      @Dewiride  2 หลายเดือนก่อน

      @@revanthkhashaboina4214 currently single user. For all users, change slightly the code, get all users, put in for loop and send to all

    • @Dewiride
      @Dewiride  2 หลายเดือนก่อน

      Or call this endpoint multiple times with a delayed scheduler to not overwhelm the server

  • @Nikox102
    @Nikox102 2 หลายเดือนก่อน

    How do you deploy such bot on premise? I dont want to use azure and their paid services

    • @Dewiride
      @Dewiride  2 หลายเดือนก่อน +1

      You can deploy on IIS Server on Windows or it can be deployed on Linux as well (Alternative for Azure App Service). You will still need Azure Bot Service for connecting to channel. Without that, it is not possible.

    • @Nikox102
      @Nikox102 2 หลายเดือนก่อน

      @Dewiride thank you! I'm lost a little, the documentation for bots is such a mess. I don't know if I should use sdk v4 template or visual studio teams toolkit. Everything has different structure and don't know what should I go with 😥

    • @Dewiride
      @Dewiride  2 หลายเดือนก่อน +1

      Use the one you are most comfortable with. Teams toolkit is latest and provides many features of software lifecycle and env creation.
      Since, I am used to sdk v4, I am comfortable in sdk v4 and not teams toolkit. It is a choice and what you start with.

    • @Nikox102
      @Nikox102 2 หลายเดือนก่อน +1

      @Dewiride Thank you for your time and video. It's the only one out there that explains things clearly 😊 Wish you the best 👌