How to use the dashbot.google function in dashbot

To help you get started, we’ve selected a few dashbot examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jovotech / jovo-framework / lib / integrations / analytics / dashbotAnalytics.js View on Github external
constructor(config) {
        try {
            this.dashbot = require('dashbot')(_.get(config, 'key')).google;
            this.platformType = BaseApp.PLATFORM_ENUM.GOOGLE_ACTION;
        } catch (err) {
            console.log('\nPlease install dashbot: npm install dashbot\n');
        }
    }

dashbot

Analytics for your bot

SEE LICENSE IN LICENSE
Latest version published 3 years ago

Package Health Score

49 / 100
Full package analysis