aimpress-chatbot/node_modules/botframework-schema
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00
..
_ts3.4/lib Initial commit 2025-04-27 17:05:18 +01:00
lib Initial commit 2025-04-27 17:05:18 +01:00
src Initial commit 2025-04-27 17:05:18 +01:00
LICENSE Initial commit 2025-04-27 17:05:18 +01:00
package.json Initial commit 2025-04-27 17:05:18 +01:00
README.md Initial commit 2025-04-27 17:05:18 +01:00

Activity schema for the Microsoft Bot Framework.

Installing

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

npm install --save botframework-schema@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",
        "otframework-schema": "4.0.0-preview1.2"
    }
}