Get the call transcript using the AWS connect streams java script library.

0

I'm using AWS connect-streams.min.js library in my application. But, could not figure out how to get the voice transcript from a call. Faced "Widget Error: NOTFOUND Voice transcript widget". Thanks in advance for the help. Any help would be appreciated.

asked a year ago478 views
1 Answer
0

I will need a little bit more information about your use case to be able to answer accurately. In any case, connect-streams-js is not the right library for call transcripts. If you need the transcript in real time you need to use the Contact Lens streams API (https://docs.aws.amazon.com/connect/latest/adminguide/contact-analysis-segment-streams.html). For post call you can retrieve the transcript from the Contact Lens output file stored in the S3 bucket configured for your instance (https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-example-output-files.html).

AWS
Magda
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions