Sep 05 2019 11:28 AM
Hi,
Is there a yeoman generator for building Teams bots with Teams BotBuilder V3??
Thanks and regards
Sep 06 2019 02:07 AM
You can create a Teams app with the help of App Studio. Please take a look at Quickly develop apps for Microsoft Teams with the help of App Studio. You can create bot and add it to your teams app.
Sep 06 2019 10:27 AM
Thanks for the reply @Trinetra-MSFT . Did you mean create Bot separately and configure its usage in a Teams App? I understand that is possible and that could then use BotBuilder V4 SDK for which there seems to be a yeoman generator. But I am looking to build that bot using Teams BotBuilder V3 SDK but with typescript. Is there then no yeoman generator(again that uses BotBuilder V3 SDK with Teams extensions) to generate the bot skeleton?
Thanks again and regards
Sep 16 2019 03:17 AM
@NKM122205, You can create a bot with bot framework SDK for javaScript. As of now this is not upgraded for typescript so we are working on it..
Thanks