Speech Analytics Topic IDs For Each Conversation ID

I am able to get the topic names for each conversation ID, but I am not able to get the actual topic ID. Is there a way to get that?

'{"types":["transcripts"]
,"returnFields":["participants.participantPurpose","conversationSentimentTrend","communicationID","conversationId","transcriptId","transcriptionID", "conversationSentimentScore","topics", "topics.utteranceId"]
,"query":[
    {
    "type":"DATE_RANGE"
    ,"fields":["startTime"]
    ,"startValue":1707402600000
    ,"endValue":1707404400000
    }
    , {
    "type":"EXACT"
    ,"operator":"AND"
    ,"fields":["mediaType"]
    ,"value":"call"
    }
    , {
    "type":"EXACT"
    ,"operator":"AND"
    ,"fields":["mediaType"]
    ,"value":"call"
    }

        ]
,"pageSize":10
,"pageNumber":1
,"sort":[{"sortBy":"startTime","sortOrder":"asc"}]}'

Hi jason.gibby,

Whats your use case?

Data modeling/analytics

That is great and I am currently using that, but I need a way to get all the topic id's per conversation id. So for every conversationId, which topics are there.

Hi @jason.gibby , that feature is on the roadmap but not available yet

1 Like