absent-sapphire•16mo 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
correct-apricot•16mo ago
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
absent-sapphireOP•16mo 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..
correct-apricot•16mo ago
In the integrations menu on the left side (the triangle)
absent-sapphireOP•16mo ago
only have ethis API Keys option

correct-apricot•16mo ago
Are you using a Voice based project?
absent-sapphireOP•16mo ago
yeah, voice bot
correct-apricot•16mo ago
Ah ok, i dont think that comes with a snippet, you need to integrate with the API
absent-sapphireOP•16mo 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
correct-apricot•16mo ago
Indeed
absent-sapphireOP•16mo ago
hmm not sure how to start it, will explore see if there is any tutorial on that, thanks btw!