#JS library agent use in Reac

1 messages · Page 1 of 1 (latest)

dry quiver
#

I have a commercial web app where I would like to allow users to do voice commands like, "navigate to my dashboard". Is it possible to use the deepgram JS agent SDK in a React app and call agent directly from React? Thanks!

crude hingeBOT
#

Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently.
-# If you haven't done so, ensure your Discord and Github profiles are linked to Deepgram so you can earn points to redeem on cool stuff just by being active!

#

It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?

  • A request ID that triggered your error or issue.
west needleBOT
#

yep it's feasible. you can set up a function on your react app that changes the app route, and have a function call use that calls it when they request changing to a page. the SDK is client and serverside JS friendly, so you should be able to use it as you intend. i'd love to see it in action if you get it working :saluting_face: