aimpress-chatbot/node_modules/botframework-schema
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00
..
_ts3.4/lib Deploy bot to Azure 2025-04-27 19:55:19 +01:00
lib Deploy bot to Azure 2025-04-27 19:55:19 +01:00
node_modules Deploy bot to Azure 2025-04-27 19:55:19 +01:00
src Deploy bot to Azure 2025-04-27 19:55:19 +01:00
LICENSE Deploy bot to Azure 2025-04-27 19:55:19 +01:00
package.json Deploy bot to Azure 2025-04-27 19:55:19 +01:00
README.md Deploy bot to Azure 2025-04-27 19:55:19 +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"
    }
}