InputAudioBufferSpeechStartedEvent constructor
InputAudioBufferSpeechStartedEvent({})
Implementation
InputAudioBufferSpeechStartedEvent({
required this.eventId,
required this.itemId,
required this.audioStartMs,
}) : super('input_audio_buffer.speech_started');