Package edu.neu.ccs.task.dialogue

Examples of edu.neu.ccs.task.dialogue.TextUserAction


 
  private TextUserAction textUserAction(StartElement e, XMLEventReader er)
      throws XMLStreamException {
    String slot = e.getAttributeByName(A_SLOT).getValue();
    String prompt = er.getElementText().trim().replaceAll("\\s+", " ");
    return new TextUserAction(prompt, slot);
  }
View Full Code Here

TOP

Related Classes of edu.neu.ccs.task.dialogue.TextUserAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.