Ben Brown

Results 70 comments of Ben Brown

The list of templates are loaded when you first launch Composer. I know it has been multiple days, but have you restarted the application yet? Also, can you tell me...

@tushaar9027 Thank you for the feedback - we'll consider adding a template or component like this that demonstrates the different card types.

@mn-invia What version of the dotnet tools do you have installed on your machine?

@mn-invia thank you for the additional information. Your work-around steps are a useful clue. I will let you know what we determine is the root cause.

Can you please send these in as a pull request? And can you include some test cases when you do?

Instead of uploading the schema, I would use the "App Studio" application inside Teams to set up your bot.

Hi guys. For historical accuracy - the doc you linked to in your OP is to the previous version of Botkit, not the current 4.0 version. Accessing the `bot.teams` object...

Can you import it directly from the `botbuilder` library? https://github.com/howdyai/botkit/blob/main/packages/botkit/src/core.ts#L374

@MoosaSaadat Correct, you should use the same version of botbuilder as Botkit to avoid conflicts.

The websocket functionality of Botkit is pretty simple. The built in sample client does do reconnects if it loses the connection. Both the client and the server applications get events...