Setup Transcript for Amazon Connect
Configure Conversational IVR with Amazon Connect application to store the conversation between the Agent and the User over Softphone as a transcript.
Before you begin
Role required: admin
About this task
- The voice transcript is stored by Amazon Connect, a third-party provider, post the voice conversation in the [sys_cs_message] table.
- Messages between the User and the Agent are fetched by transcript API and attached to the Conversation. Also, the sentiment score from Amazon for each message is considered to derive overall Sentiment of User and Agent Conversation.
- From Utah, the voice transcription is available real-time with the APIs that persist transcribed messages of an on-going phone call in real time. The messages are displayed in the Agent workspace chat panel
along with previous conversation history (if enabled) and allows the Agent to leverage features like agent assist and search while actively talking to the caller. For more information about using Transcript API for
real-time transcription, see Voice Interaction Resource API.
To date, we ensure that performance is acceptable for the volume of transactions, about 5 million utterances/day/customer.
We have also updated the system to store all details associated to a voice call in standard CI tables (e.g., conversation and interaction tables) instead of the sn_openframe_phone_log table.