JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q12401F
  • License MIT

Lightweight prompt system for Microsoft BotBuilder.

Package Exports

  • botbuilder-prompts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (botbuilder-prompts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Lightweight prompt system 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-prompts@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-prompts": "4.0.0-preview1.2"
    }
}