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.util.*;
008
009/**
010 * A base interface for the type of turn representing input from the controller.
011 * 
012 * @see DialogueChannel#doTurn(OutputTurn, Duration)
013 * @author Nu Echo Inc.
014 */
015public interface InputTurn {}