foreign-sapphire•2y ago
Integrate Voiceflow Voice Bot into Flutter App
I want to integrate the voicebot into my flutter mobile app, does anyone know how to do that?
My expected output is to click a button to show the Voiceflow voicebot that I have created.
10 Replies
I think you'd need to make that youself by using the APIs
Ah seems possible to run Javascript in flutter
no clue how, but perhaps could be done then!
Maybe this helps: https://medium.com/@mustafatahirhussein/javascript-with-flutter-is-it-possible-c6ed53704c1b
foreign-sapphireOP•2y ago
Do you know where can I find the voiceflow js code for integration? It used to be somewhere in project designer, but I couldn't find it anymore..
In the integrations menu on the left side (the triangle)
foreign-sapphireOP•2y ago
only have ethis API Keys option

Are you using a Voice based project?
foreign-sapphireOP•2y ago
yeah, voice bot
Ah ok, i dont think that comes with a snippet, you need to integrate with the API
foreign-sapphireOP•2y ago
Does it mean that I need to create the UI myself instead of embed it in? Then fire API call to send and receive response
Indeed
foreign-sapphireOP•2y ago
hmm not sure how to start it, will explore see if there is any tutorial on that, thanks btw!