2 Replies
Nope.
The user_id is a var in your assistant. The name in the transcript can be changed either in the integration code under the assistant tag or you can use the transcript api to change it (maybe - never tried it).
Decided to use the API, but it doesn't work. I'm using Patch as suggested - https://docs.voiceflow.com/reference/patch_transcripts-projectid-transcriptid
Updating browser, sessionid, os, etc. all works. But as soon as I test adding a name, it fails and gives me a 500
@W. Williams (SFT) have you ever tried to patch a transcript?
Put works for creating it, but it doesn't let me specify a name
Ah, it's not in the docs but if you pass this in the
put
it will work, I did try this via Patch and it failed