<p align="center">
  <a href="https://bespoken.io/">
    <img alt="BST" src="https://bespoken.io/wp-content/uploads/Bespoken-Logo-RGB-e1500333659572.png" width="546">
  </a>
</p>

<p align="center">
  Switch to BEAST mode<br>
  Automated testing, training and monitoring for voice and chat
</p>

<p align="center">
    <a href="https://www.npmjs.com/package/@bespoken-sdk/cli">
        <img alt="NPM Version" class="badge" src="https://img.shields.io/npm/v/bespoken-tools.svg">
    </a>
    <a href="https://read.bespoken.io">
        <img alt="Read The Docs" class="badge" src="https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat">
    </a>
    <a href="https://gitter.im/bespoken/bst?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
        <img alt="Contact us" class="badge" src="https://badges.gitter.im/bespoken/bst.svg">
    </a>
</p>

---
# Overview
With Bespoken, develop faster and better. Do not slow-down for:

* Time-consuming server deployments
* Over-complicated and highly manual testing routines
* Time-intensive and error-prone regression and utterance testing

The command-line tools include:

* [Init](https://read.bespoken.io/cli/commands/#init) - Setup a new testing project
* [Proxy](https://read.bespoken.io/cli/commands/#proxy) - Easily debug Webhook requests by having them send directly to your laptop
* [Speak](https://read.bespoken.io/cli/commands/#speak) - Send a request directly an Alexa Virtual Device - uses the "real" Alexa! Magic!
* [Test](https://read.bespoken.io/cli/commands/#test) - Test your voice application with minimum code required using YAML files
* [Test Suite](https://read.bespoken.io/cli/commands/#test-suite) - Test your voice application with minimum code required using YAML files

You can also use:

* --version, -v - Indicates the current BST and Node versions
* --help, -h - Shows usage information

# Installation

For use of the CLI:

```bash
$ npm install @bespoken-sdk/cli -g
```

# Learn More
* [Getting Started With The CLI](https://read.bespoken.io/cli/getting-started/) - Learn more about how the Bespoken CLI works
* [Accuracy Testing](https://read.bespoken.io/training/ivr/accuracy/overview/) - Evaluate the ASR and NLU for your Conversational AI application
* [Functional Testing](https://read.bespoken.io/end-to-end/getting-started/) - Run end-to-end and regression tests with your Conversational AI applciations
* [Load Testing](https://read.bespoken.io/training/ivr/load/overview/) - Load test the Conversational AI application
* [Monitoring](https://read.bespoken.io/training/ivr/monitoring/overview/) - Ensure your Conversational AI application is working reliably

## Questions/Feedback?

Talk to us on via email at [support@bespoken.io](mailto:support@bespoken.io).
