xenial-black•2y ago
Help with Voice Assistant
Hello , how can i integrate my voice assistant with voiceflow with my website
after finishing it , it shown an api key no custom your widget just code
2 Replies
Integrating your voice assistant with your website using Voiceflow involves a few key steps, primarily focused on utilizing the Dialog API for custom channel integration. Here’s a brief overview to guide you through the process:
- First, ensure you have your Assistant Dialog API key, which is crucial for the integration. You can find this key in the Integration section of your Assistant on Voiceflow. Access the Integration panel by clicking on the Integration icon on the left sidebar or by pressing '4' on your keyboard.
- With the API key, you can integrate your agent with any custom channel or interface, including your website, through the Dialog Manager API. This is a REST API that works with any Voiceflow agent type.
- To start, create a project in your Voiceflow workspace and clone the API Examples repo to access prebuilt API examples. These examples include various programming languages and frameworks, such as Node.js, Python, Rust, and HTML.
- For web integration, you can replace 'YOURAPIKEYHERE' in the provided index.html or index.js files with your Dialog API Key. Then, simply open index.html in a browser or run npm start for a Node.js setup to initiate your chat.
- If you're looking to further customize your integration, consider using our open-source Web Chat project. This allows for more tailored customizations of the chat widget experience on your website.
Remember, a custom launch solution like this requires the ability to host and maintain code on your own infrastructure. For detailed steps and examples, you can refer to our documentation and API examples repository.
For more information and examples, visit our Custom Channel API documentation and Step 3: Deploy Assistant guide.
xenial-blackOP•2y ago
i want more detalis if anyone can help me please