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.