Interface EngineOutputI
-
public interface EngineOutputIThis interface defines read-only access to the engine output data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnswerEmotion()StringgetAnswerText()StringgetAnswerURL()StringgetAnswerViewName()StringgetApplicationName()StringgetUserInputText()Map<String,String>getViewVariables()Returns an immutable map of the view variables.
-