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 Жыл бұрын
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.
@yt_kcdeguzman5394 Жыл бұрын
after finished dev, and uploaded .zip app package to teams, where I can find the url to trigger http notification?
@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.
@nishadburhan4 ай бұрын
Can we combine both bot and tab apps into a single app or codebase with latest vscode teams toolkit?