Examples of enableSkipList()


Examples of org.speakright.core.flows.NBestConfirmerFlow.enableSkipList()

        SRApp flow = new SRApp();
        flow.add(new PromptFlow("doing NBEST"));
    if (doConfirm) {
      NBestConfirmerFlow confirmer = new NBestConfirmerFlow("yn.grxml");
      if (doSkipList) {
        confirmer.enableSkipList();
      }
      ConfirmationWrapper cw = new ConfirmationWrapper(new CityQuestion(true), confirmer);
      flow.add(cw);
    }       
    else {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.