ResponseCodeInterpreterCallInterpreting constructor

ResponseCodeInterpreterCallInterpreting(
  1. Map<String, dynamic> j
)

Implementation

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