package com.emotion.service; import java.util.List; public interface ScriptContextService { String buildSocialInsightContext(String userId, Boolean useSocialInsights); List getConfirmedInsightLabels(String userId); }