An example chatbot using botframework sdk 4 nodejs and the serverless framework. The chatbot uses qnamaker to be able to answer questions.
Download node at nodejs.org and install it, if you haven't already.
npm install
- botbuilder: Bot Builder is a framework for building rich bots on virtually any platform.
- botbuilder-ai: Cognitive services extensions for Microsoft BotBuilder.
- 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