Learn how to collect and save conversation transcripts between users and your bot
TranscriptProcessor
makes it easy to collect both user and bot messages as they occur.
TranscriptProcessor
collects transcripts by:
TranscriptionFrame
s)TTSTextFrame
s)TranscriptProcessor
provides two separate processors: one for user
speech and one for assistant speech. Both emit the same event type when new
transcript content is available.transcript.user()
after the STT processor and transcript.assistant()
after transport.output()
to ensure accurate transcript collection.