Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truemedia/rapid-intent-builder
Rapid intent builder for quick prototyping/development of complex bots
https://github.com/truemedia/rapid-intent-builder
Last synced: 1 day ago
JSON representation
Rapid intent builder for quick prototyping/development of complex bots
- Host: GitHub
- URL: https://github.com/truemedia/rapid-intent-builder
- Owner: Truemedia
- License: mit
- Created: 2018-10-06T18:35:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T16:03:38.000Z (over 5 years ago)
- Last Synced: 2024-04-23T20:43:47.902Z (7 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rapid intent builder
Rapid intent builder for quick prototyping/development of complex intent/sWorks for the following eco-sytems:
- [Alexa](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html)
- [Rasa](https://rasa.com/docs/nlu/)## Installation
```bash
npm i -g rapid-intent-builder
```## Usage
```bash
rapid-intent-builder --utters=samples/en_GB/*.utter
```## Options
Run `rapid-intent-builder --help` for a list of options (only env and utters currently supported)## Reference
- [Utter file](https://www.npmjs.com/package/verbose-utterance)## Support
### Current adapters
- Alexa `rapid-intent-builder --adapter=alexa --invoke=skillName`
- Rasa `rapid-intent-builder --adapter=rasa`
### Coming soon
- Molir