ResponseCodeInterpreterCallCompleted constructor
Implementation
ResponseCodeInterpreterCallCompleted(Map<String, dynamic> j)
: super(
'response.code_interpreter_call.completed',
itemId: j['item_id'],
outputIndex: j['output_index'],
sequenceNumber: j['sequence_number'],
);