Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Web Messaging - Transcript

    Posted 02-08-2023 09:51
    No replies, thread closed.

    Hi,

    Could anyone advise if it is possible to pull the transcripts shown under a Bot Flow in Web Messaging using the developer tools/API queries?

    I was hoping to pull multiple web message transcripts for analysis purposes and I have come across a way to extract the information.


    #DigitalChannels

    ------------------------------
    Celine Flynn
    Otonomee Customer Management Limited
    ------------------------------


  • 2.  RE: Web Messaging - Transcript

    Posted 02-09-2023 11:26
    No replies, thread closed.

    Celine,

    The easiest method to get the entire transcript for any messaging interaction (Web Messaging, Facebook, SMS, Open Messaging, etc) is to request the recording of that interaction using the conversationId.  The recording of a messaging interaction is a JSON text file that contains the entire transcript, including the bot part.  I'd suggest looking at GET /api/v2/conversations/{conversationId}/recordings (https://developer.genesys.cloud/devapps/api-explorer#get-api-v2-conversations--conversationId--recordings) and start there. 

    Note, there are other methods to get the transcript as well, but the recording is by far the easiest.



    ------------------------------
    Jim Crespino
    Senior Director, Developer Evangelism
    Genesys
    https://developer.genesys.com
    ------------------------------



  • 3.  RE: Web Messaging - Transcript

    Posted 10-17-2023 04:59
    No replies, thread closed.

    Hi Jim,

    The api you gave is per conversation. 
    In what way is it possible to get transcripts of all message interactions for a complete day/week/month? 
    It is quite cumbersome to get them per id.

    Thxs.



    ------------------------------
    Rolph Lieverse
    CED Nederland B.V.
    ------------------------------



  • 4.  RE: Web Messaging - Transcript

    Posted 10-17-2023 10:48
    No replies, thread closed.

    Rolph,

    If you are looking for the easiest method then I would suggest you look into using the AWS S3 Bulk Recording integration (https://help.mypurecloud.com/articles/about-the-aws-s3-recording-bulk-actions-integration/).  You can set that up to export the "recordings" of conversations to an AWS S3 bucket.  For web messaging conversations, the recording IS the transcript.

    Once exported you can then pull the recordings for a day/week/month, as you see fit.



    ------------------------------
    Jim Crespino
    Senior Director, Developer Evangelism
    Genesys
    https://developer.genesys.com
    ------------------------------