001/*
002 * Copyright (c) 2013 Nu Echo Inc. All rights reserved.
003 */
004
005package com.nuecho.rivr.core.channel;
006
007import com.nuecho.rivr.core.dialogue.*;
008
009/**
010 * A base interface for the type of turn used to start dialogues.
011 * 
012 * @see Dialogue#run(FirstTurn, DialogueContext)
013 * @author Nu Echo Inc.
014 */
015public interface FirstTurn {}