Hey folks,
Trying to grab the full voice transcript for a specific conversation using the Genesys Cloud Python SDK. I can get the summary text fine, but the transcript field comes back empty in the response.
- Using
get_speechanalytics_conversations_conversationidendpoint - Conversation ID is valid and has audio
- Token has
speechanalytics:conversations:viewscope - Tried
includeTranscript=truequery param (got 400 Bad Request)
Is there a separate call to fetch the raw transcript string, or am I missing a flag? Here’s the snippet: