InputAudioBufferSpeechStartedEvent constructor
const
InputAudioBufferSpeechStartedEvent({})
Creates an InputAudioBufferSpeechStartedEvent.
Implementation
const InputAudioBufferSpeechStartedEvent({
required this.eventId,
required this.audioStartMs,
required this.itemId,
});