UNPKG

bot-kit

Version:

Framework for building chat bots. Currently supports Facebook Messenger and will support Amazon Lex.

13 lines (10 loc) 216 B
///////////////////////// // Bot.js // 2017 (c) Eli Levin // bot-kit ///////////////////////// 'use strict' const defaultConfidence = 0.6; module.exports = { defaultConfidence: defaultConfidence };