12.2.0 • Published 7 months ago

dimensionlabs v12.2.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
7 months ago

Dimension Labs - Build intelligence around any conversation

Dimension Labs is an A.I.-powered B.I. Platform for your Customer Interactions

Setup

Create an account at https://www.dimensionlabs.io and get an API_KEY.

Dimension Labs is available via NPM.

npm install --save dimensionlabs

Follow the instructions at https://docs.dimensionlabs.io/

Configuration Options

Additional configuration options are available when importing the Dimension Labs module. The configuration options are passed through via a config object in the Dimension Labs call.

const configuration = {
  'debug': true,
  'redact': true,
  'timeout': 1000,
}

const dimensionLabs = require('dimensionlabs')(process.env.DIMENSIONLABS_API_KEY_ALEXA, configuration).alexa;

The following are the available configuration keys:

debug - boolean logs helpful debugging information
redact - boolean removes personally identifiable information using redact-pii (more info here)
timeout - number timeouts requests after given milliseconds