stormy-gold•2y ago
Transcripts from a TG to a Voiceflow
How can I make that i will receive a transcript of a whole dialog that i had in TG to the voiflow tranctipts?
1 Reply
To receive a transcript of a whole dialog that you had in Telegram (TG) and send it to Voiceflow transcripts, you can use the Voiceflow API to create and manage transcripts of conversations. Here's a brief overview of how you can achieve this:
- Create Transcript: Use the Voiceflow API to create a transcript recording the conversation. This requires the
- Export Transcript Dialog: After creating a transcript, you can export the transcript dialogs in a CSV format. This allows you to review and analyze the conversation outside of Voiceflow. - Fetch Project Transcripts: If you need to retrieve your Voiceflow project transcripts, there's functionality for that as well. This can be useful for accessing all transcripts associated with a specific project. Remember, working with the API requires some technical knowledge, including making HTTP requests and handling responses. For detailed instructions and more information on the API endpoints, you can visit the Voiceflow API documentation. Relevant links for more details: - Voiceflow API Documentation for Creating Transcripts - Voiceflow API Documentation for Exporting Transcripts
userID
and your Voiceflow assistant's versionID
. You can also include additional metadata about the conversation by using the fields: os
, browser
, device
.
- Export Transcript Dialog: After creating a transcript, you can export the transcript dialogs in a CSV format. This allows you to review and analyze the conversation outside of Voiceflow. - Fetch Project Transcripts: If you need to retrieve your Voiceflow project transcripts, there's functionality for that as well. This can be useful for accessing all transcripts associated with a specific project. Remember, working with the API requires some technical knowledge, including making HTTP requests and handling responses. For detailed instructions and more information on the API endpoints, you can visit the Voiceflow API documentation. Relevant links for more details: - Voiceflow API Documentation for Creating Transcripts - Voiceflow API Documentation for Exporting Transcripts