Type alias UserInputTranscribedEvent
UserInputTranscribedEvent: { createdAt: number; isFinal: boolean; itemId: string | null; language: LanguageCode | null; speakerId: string | null; transcript: string; type: "user_input_transcribed"; } Type declaration
createdAt: number
isFinal: boolean
itemId: string | null
speakerId: string | null
transcript: string
type: "user_input_transcribed"
Provider-specific ID for the transcribed input item, when available.