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 am trying to add voice handling in my react-native android app.
All seems to be working but I am not able to figure out how do I establish a conversational context.
Currently startListening() listens just once and respond.
And if I again do startListening then another lister starts and I get 2 responses.
Please can someone suggest if this is the issue or I am using the library incorrectly.
The text was updated successfully, but these errors were encountered:
Hi ,
I am trying to add voice handling in my react-native android app.
All seems to be working but I am not able to figure out how do I establish a conversational context.
Currently startListening() listens just once and respond.
And if I again do startListening then another lister starts and I get 2 responses.
Please can someone suggest if this is the issue or I am using the library incorrectly.
The text was updated successfully, but these errors were encountered: