1.0.10 • Published 2 years ago

bot-fw-custom-actions v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

bot-fw-custom-actions

Bot Framework v4 adaptive runtime package sample.

This is an example of a package that can be consumed by the new adaptive runtime.

Prerequisites

  • Node.js version 10.14.1 or higher

    # determine node version
    node --version

To try this sample

  • Clone the repository

    git clone https://github.com/microsoft/botbuilder-samples.git
  • In a terminal, navigate to bot-fw-custom-actions

    cd samples/typescript_nodejs/00.empty-bot
  • Install modules

    npm install
  • Build the package

    npm run build

Runtime details

You can see how the runtime loads packages and where packages fit in to the runtime code.

Further reading

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago