Skip to main content

Interface: TranscriptEntry

Defined in: packages/agentos/src/channels/telephony/types.ts:172

A single entry in a call transcript.

Properties

isFinal

isFinal: boolean

Defined in: packages/agentos/src/channels/telephony/types.ts:180

Whether this is a finalized transcript (vs. partial/streaming).


speaker

speaker: "user" | "bot"

Defined in: packages/agentos/src/channels/telephony/types.ts:176

Who spoke.


text

text: string

Defined in: packages/agentos/src/channels/telephony/types.ts:178

The spoken text.


timestamp

timestamp: number

Defined in: packages/agentos/src/channels/telephony/types.ts:174

Unix timestamp (ms) when this was recorded.