absent-sapphire
absent-sapphire16mo 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
correct-apricot16mo 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-sapphire
absent-sapphireOP16mo 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
correct-apricot16mo ago
In the integrations menu on the left side (the triangle)
absent-sapphire
absent-sapphireOP16mo ago
only have ethis API Keys option
No description
correct-apricot
correct-apricot16mo ago
Are you using a Voice based project?
absent-sapphire
absent-sapphireOP16mo ago
yeah, voice bot
correct-apricot
correct-apricot16mo ago
Ah ok, i dont think that comes with a snippet, you need to integrate with the API
absent-sapphire
absent-sapphireOP16mo 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
correct-apricot16mo ago
Indeed
absent-sapphire
absent-sapphireOP16mo ago
hmm not sure how to start it, will explore see if there is any tutorial on that, thanks btw!

Did you find this page helpful?