Skip to main content
Version: v3

Get transcription by Message ID

GET 

/conversations/locations/:locationId/messages/:messageId/transcription

Get the recording transcription for a message by passing the message id

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

Location ID as string

messageId stringrequired

Message ID as string

application/json

Gives the attached recording transcription to the message

Schema
    mediaChannelnumberrequired

    Media channel describes the user interaction channel

    sentenceIndexnumberrequired

    Index of the sentence in the transcription

    startTimenumberrequired

    Start time of the sentence in milliseconds

    endTimenumberrequired

    End time of the sentence in milliseconds

    transcriptstringrequired

    Transcript of the sentence

    confidencenumberrequired

    Confidence of the transcription