dialogflow-js
v0.0.1
Published
A pure javascript library to access google's dialogflow api ai without node.js
Downloads
2
Maintainers
Readme
dialogflow-js
A pure javascript library to access google's dialogflow api ai without node.js The methods and usage should be very similar to our react-native-dialogflow library and focus on consuming the chat agent. Because we want to use it without a server between we will implement everthing in pure js without any node.js dependencies.
Roadmap
- [x] Initialize project and start coding (14.June 2018)
- [ ] Configuration (Dialogflow V2)
- [ ] text based requests (V2)
- [ ] event requests (V2)
- [ ] context (V2)
- [ ] entities (V2)
- [ ] audio requests (V2)