package org.briarproject.api.conversation; import org.briarproject.api.introduction.IntroductionResponse; public interface ConversationIntroductionResponseItem extends ConversationItem { IntroductionResponse getIntroductionResponse(); }