OutputAudioBufferClearedEvent.fromJson constructor

OutputAudioBufferClearedEvent.fromJson(
  1. Map<String, dynamic> j
)

Implementation

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