Class MessageHandlerResult
- java.lang.Object
-
- com.aquima.interactions.framework.handler.messages.MessageHandlerResult
-
- All Implemented Interfaces:
IActionResult
,Serializable
public class MessageHandlerResult extends Object implements IActionResult
This class holds the result of the action handler.- Since:
- 5.0
- Author:
- Jon van Leuven
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MessageHandlerResult(IMultilingualText message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMultilingualText
getMessage()
This method returns the text message for the key.
-
-
-
Constructor Detail
-
MessageHandlerResult
protected MessageHandlerResult(IMultilingualText message)
-
-
Method Detail
-
getMessage
public IMultilingualText getMessage()
This method returns the text message for the key.- Returns:
- the text message for the key.
-
-