Interface EngineOutputI
-
public interface EngineOutputI
This interface defines read-only access to the engine output data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAnswerEmotion()
String
getAnswerText()
String
getAnswerURL()
String
getAnswerViewName()
String
getApplicationName()
String
getUserInputText()
Map<String,String>
getViewVariables()
Returns an immutable map of the view variables.
-