README
installation
npm install --save botbuilder-personalitychat-nodejs
use
see the example in the "sample" folder, the middleware code you're interested in is in index.js
node version of personalitychat lib
<script type="module">
import botbuilderPersonalitychatNodejs from 'https://cdn.skypack.dev/botbuilder-personalitychat-nodejs';
</script>
npm install --save botbuilder-personalitychat-nodejs
see the example in the "sample" folder, the middleware code you're interested in is in index.js