Transcript Snippet
The information on this help page applies to both CXone Studio and Desktop Studio.
Use the Transcript snippet with the
If you set the Format property of the
DYNAMIC mytranscript
ASSIGN transcriptHtml = '{mytranscript.messages}'
If you set the Format property to JSON, use this snippet:
DYNAMIC mytranscript
ASSIGN transcriptJson = '{mytranscript.messages.asjson()}'