@wenyluo/botbuilder-azure
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Azure extensions for Microsoft BotBuilder.

Installing

To add the preview version of this package to your bot be sure include the @preview tag:

npm install --save botbuilder-azure@preview

While this package is in preview it's possible for updates to include build breaks. To avoid having any updates break your bot it's recommended that you update the dependency table of your bots package.json file to lock down the specific version of the package you're using:

{
    "dependencies": {
        "botbuilder": "4.0.0-preview1.2",
        "botbuilder-azure": "4.0.0-preview1.2"
    }
}

Package Sidebar

Install

npm i @wenyluo/botbuilder-azure

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

135 kB

Total Files

24

Last publish

Collaborators

  • wenyluo