Skip to content

vjrantal/bot-sample

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bot Sample

See the latest build in Travis CI from:

Build Status

A clear and simple base case bot using the Microsoft Bot Framework that demonstrates:

  • One way to automate bot testing
  • How to make a bot deployable to Azure Functions, AWS Lambda (via serverless) or restify
  • LUIS.ai integration

This can be useful to those looking to get started quickly with either or all of the three points above.

More information about the automated testing aspect of this project can be found from this blog post.

Notes for Azure Functions

To learn how to setup continuous deployment of this bot see: Continuous deployment for Azure Functions

An interesting thing to note if you're following the above article is the structure of the repository. It is important that you follow the structure specified. This source code (bot-sample) can be one of the sub-directory (not the main directory). Obvious, but good to note! :)

To learn how to setup the necessary environment variables, see: How to configure Azure Function app settings.

For certain continuous integration deployment options, dependencies may not be automatically resolved. If you run into dependency errors, try getting the dependent botbuilder package by running:

> npm install

within site\wwwroot[FUNCTION_DIR] (see above app settings documentation on how to access Kudu). For GitHub integration, the dependencies should already be resolved as part of the deployment process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published