2.1.0 • Published 4 years ago

voxa-dashbot v2.1.0

Weekly downloads
87
License
MIT
Repository
github
Last release
4 years ago

Voxa Dashbot for Alexa Skills and Google Actions

Build Status Coverage Status

A Dashbot plugin for building Alexa Skills and Google Actions with voxa

Installation

Just install from npm

npm install --save voxa-dashbot

Usage

const { VoxaApp } = require("voxa");
const voxaDashbot = require("voxa-dashbot").register;

const voxaApp = new VoxaApp(voxaOptions);

const dashbotConfig = {
  alexa: "<dashbot api_key>", // to track Alexa requests
  botframework: "<dashbot api_key>", // to track botframework requests
  debug: true, // to print dashbot package logs
  dialogflow: "<dashbot api_key>", // to track dialogflow requests
  ignoreUsers: [], // a list of users to ignore, it can also be a regex
  printErrors: true, // used by dashbot package to print any errors
  redact: true, // removes personally identifiable information using redact-pii
  timeout: 5000, // timeouts dashbot requests after given milliseconds
  suppressSending: false // A flag to supress sending hits.
};

voxaDashbot(voxaApp, dashbotConfig);
2.1.0

4 years ago

2.1.0-alpha3

4 years ago

2.1.0-alpha2

4 years ago

2.1.0-alpha1

4 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.0-alpha3

5 years ago

2.0.0-alpha2

6 years ago

0.1.8

6 years ago

2.0.0-alpha1

6 years ago

2.0.0-alpha

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago