botbook/book/chapter-08-tooling.md

34 lines
528 B
Markdown
Raw Normal View History

# General Bots Tooling
2022-08-12 11:25:46 -03:00
2024-01-20 14:27:21 -03:00
## 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
2022-08-12 11:25:46 -03:00
# System Limits