optimistic-gold
optimistic-gold2y ago

hello

can i integrate chatbot i built it using voiceflow in flutter application?
2 Replies
Tico | Voiceflow Assistant
Yes, you can integrate the chatbot you built using Voiceflow into a Flutter application. However, this integration requires a custom approach, as Voiceflow primarily provides support for web-based integrations and specific platforms like WhatsApp, Telegram, and others directly. To achieve integration with a Flutter application, you would typically leverage Voiceflow's Dialog Manager API. Here are some key points to consider: - Use Voiceflow's Dialog Manager API to connect your chatbot with your Flutter application. This API allows you to send and receive messages programmatically. - You'll need to handle the integration on your Flutter app's side, making HTTP requests to the Voiceflow API and processing the responses accordingly. - This approach requires custom coding and maintenance on your infrastructure. For detailed instructions on using the Dialog Manager API, you can refer to Voiceflow's documentation. Additionally, exploring open-source projects and examples can provide insights into how to structure your integration. For more information on using the Dialog Manager API, visit Voiceflow's API documentation.
optimistic-gold
optimistic-goldOP2y ago
i want example to integrate with application flutter using dart

Did you find this page helpful?