Build a bot using Microsoft Teams Toolkit for Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 5

  • @ShaneCrenshaw
    @ShaneCrenshaw Год назад +2

    Do you recommend using PVA or the SDK as a developer? My worry is I want to create a micro bot type structure and build master bots with a configuration of many mini bots.

    • @MicrosoftCommunityLearning
      @MicrosoftCommunityLearning  Год назад

      Bot Framework SDK is a pro code approach to building bots, whereas PVA is low code approach. Both a valid approaches for building bots. Which one you chose depends on your needs. Bot Framework SDK is a support way for developers to build bots for Teams and we would encourage developers to use it where they want full control.

  • @nishadburhan
    @nishadburhan 6 месяцев назад

    Can we combine both bot and tab apps into a single app or codebase with latest vscode teams toolkit?

  • @leknyzma
    @leknyzma Год назад

    I want to create a command trigger bot for Teams, so that I can trigger the bot to populate specific cells in a shared Excel file. Is it possible to populate Excel file with a bot? Excel file is located on a OneDrive of my colleague.

  • @yt_kcdeguzman5394
    @yt_kcdeguzman5394 Год назад

    after finished dev, and uploaded .zip app package to teams, where I can find the url to trigger http notification?