public void DialogSlot1Clicked()
    {
        ConversationItem item = responses[0];

        controller.ContinueConversation(item);
    }