OutputAudioBufferStoppedEvent.fromJson constructor
Implementation
factory OutputAudioBufferStoppedEvent.fromJson(Map<String, dynamic> j) => OutputAudioBufferStoppedEvent(
eventId: j['event_id'] as String,
responseId: j['response_id'] as String,
);