Type alias UserInputTranscribedEvent
UserInputTranscribedEvent: { 
    createdAt: number; 
    isFinal: boolean; 
    language: string | null; 
    speakerId: string | null; 
    transcript: string; 
    type: "user_input_transcribed"; 
}
Type declaration
createdAt: number
isFinal: boolean
language: string | null
speakerId: string | null
transcript: string
type: "user_input_transcribed"
Not supported yet. Always null by default.