-
**Request Details**
Trying to install teamsfx package on node 20 project with yarn, but the installation can't be done due to old deprecated version of msal-node package requirement (1.18.4)
This ve…
-
Hi All,
I want to connect my MS Bot (Azure Web App Bot) with the Botbuilder node from Node-RED I have fetched all the relevant value of the properties in BotBuilder node.
It displays as connecte…
-
Hello,
I am looking at [timmy.js](https://github.com/rjgmail88/botbuilder-unit/blob/master/examples/01-timmy/timmy.js) where I see in order to test conversation flow mentioned in script array a new d…
-
# Platform
What platform is your issue or question related to? (Delete other platforms).
* JavaScript/Typescript
# Author or host
Currently creating cards to send to Teams via TypeScript e…
-
Consider the following TypeScript code:
```typescript
let msg = new msTeamsBuilder.TeamsMessage(session)
.textFormat(builder.TextFormat.markdown)
.text(": Retrievin…
-
I was trying to wrap my head around the fact that I would like to specify options in the LuisRecognizer class in Composer, but that doesn't seem possible.
These options (whether they are LuisRecogniz…
-
I've configured the additional settings and now I'm logging some data that is on UserData.
I was trying to log some data from DialogData but it was always null, so I debugged it and I realised that o…
-
Hi, this package depends on async v1.5.x (so does botbuilder v3). However that async package is not listed in the dependencies and it causes problems with the other package which depend on different v…
mzyil updated
5 years ago
-
When using botbuilder-teams in a TypeScript/node.js project and you have `strict` type checking set to true, you get the following error:
```
node_modules/botbuilder-teams/lib/botbuilder-teams.d.t…
-
## Versions
What package version of the teams-js SDK are you using. 2.14.0
What package version of the botbuilder SDK are you using. 4.22.2
What nodejs version are you using v18.20.2
What bro…