botbook/book/chapter-08-tooling.md
2024-01-20 14:27:21 -03:00

33 lines
528 B
Markdown

# General Bots Tooling
## Notable Packages
### [@push](https://github.com/vasyas/push-rpc)
#### Updating BotServer/swagger.yaml
```
node ./node_modules/@push-rpc/openapi/dist/cli.js --tsConfig ./tsconfig.api.json --apiTemplate ./api-template.json --output swaager.yaml --baseDir=. --entryFile ./src/api.ts --entryType GBAPI
```
## NLP
### luis.ai
## Spell Checker
### Bing Spell Checker
## Speech to Text
### Azure Speech Services
## Quality Assurance
### Nightmare
https://codecept.io/nightmare
# System Limits