I know that there’s an Assistant component in Thunkable for Android devices. It’s not clear to me if it’s still supported. But regardless, I’m trying to figure out how to have an “always on” voice recognizer for iOS. I thought about some sort of recursive function that starts listening and then in the “do” section, calls the function again. Saying “get air quality” would trigger the function to stop and evaluate the next word(s) spoken. I haven’t coded that part yet.
But so far this crashes the app. Am I trying to do the impossible?