You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need a global logic for lockOutAllGrammarExcept.
If we use API, or chatbot UI to send command, even with ear.lockOutAllGrammarExcept() , robot will react. ( so, not using webkitspeech only )
We need something like : i01.lockOutAllGrammarExcept()
This will do :
ear.lockOutAllGrammarExcept()
chatbot.lockOutAllGrammarExcept()
off course with global clearLock() also
The text was updated successfully, but these errors were encountered:
I think we need a global logic for lockOutAllGrammarExcept.
If we use API, or chatbot UI to send command, even with ear.lockOutAllGrammarExcept() , robot will react. ( so, not using webkitspeech only )
We need something like : i01.lockOutAllGrammarExcept()
This will do :
ear.lockOutAllGrammarExcept()
chatbot.lockOutAllGrammarExcept()
off course with global clearLock() also
The text was updated successfully, but these errors were encountered: