Interface EngineOutputI


  • public interface EngineOutputI
    This interface defines read-only access to the engine output data.
    • Method Detail

      • getUserInputText

        String getUserInputText()
      • getAnswerText

        String getAnswerText()
      • getAnswerEmotion

        String getAnswerEmotion()
      • getAnswerURL

        String getAnswerURL()
      • getAnswerViewName

        String getAnswerViewName()
      • getApplicationName

        String getApplicationName()
      • getViewVariables

        Map<String,​String> getViewVariables()
        Returns an immutable map of the view variables.