Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.13 KB

An example chatbot using botframework sdk 4 nodejs and the serverless framework. The chatbot uses qnamaker to be able to answer questions.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install

Dependencies

  • botbuilder: Bot Builder is a framework for building rich bots on virtually any platform.
  • botbuilder-ai: Cognitive services extensions for Microsoft BotBuilder.

Dev Dependencies

  • serverless: Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
  • serverless-domain-manager: Serverless plugin for managing custom domains with API Gateways.
  • serverless-offline: Emulate AWS λ and API Gateway locally when developing your Serverless project

License

MIT