spokestack / react-native-spokestack

Spokestack: give your React Native app a voice interface!
https://spokestack.io
Apache License 2.0
56 stars 13 forks source link

fix(nlu): update NLU slot type to be a map with custom property names #91

Closed timmywil closed 3 years ago

timmywil commented 3 years ago

BREAKING CHANGE: The NLU slot type was changed in version 5.0. This commit changes it back to what it was pre-5.0. slots will be a map, and the property names will be derived from the name given in the NLU metadata.

This also adds Minecraft NLU to the example app.

timmywil commented 3 years ago

In case there was any confusion, edits to the API docs in the README should mainly be done in types.ts rather than in the README itself as the README is generated from the types.

space-pope commented 3 years ago

I thought it was autogenerated but forgot to track down the origin while I was reading (despite it being listed right in the file...)