I want to get the call transcript and for that I am using Notification API for creating a channel, making websocket connection, subscribing to the topic i.e. v2.conversations.{id}.transcription to get the call transcript using Genesys API Explorer.
I have replaced the {id} with the conversation ID of the call and was able to subscribe to the topic.
Can you please let me know, where and how I can see or get the call transcript after subscribing to the topic?
Have transcriptions happened for the conversation during the period you're subscribed to its topic? If so and you're not getting notifications for them, please open a case with Genesys Cloud Care to investigate why the event isn't being delivered.
Hi @Arushi_Bhardwaj , did you try using the Amazon Eventbus for this. If your solution can depend on using eventbus I would say use it, as it is very simple and will give you everything you need from transcript perspective.
Regards