Class OutgoingTextChatMessageManipulationResult
java.lang.Object
com.novomind.ecom.api.iagent.manipulator.result.OutgoingTextChatMessageManipulationResult
Represents the result of the optional outgoing text chat message manipulation
by an OutgoingChatMessageManipulator.
- Since:
- 12.1
-
Constructor Summary
ConstructorsConstructorDescriptionOutgoingTextChatMessageManipulationResult(TextChatMessage textChatMessage) Creates anOutgoingTextChatMessageManipulationResultwith a manipulated text chat message -
Method Summary
Modifier and TypeMethodDescriptionProvides anOutgoingTextChatMessageManipulationResultwithout any modifications
-
Constructor Details
-
OutgoingTextChatMessageManipulationResult
Creates anOutgoingTextChatMessageManipulationResultwith a manipulated text chat message- Parameters:
textChatMessage- the manipulated text chat message- Since:
- 12.1
-
-
Method Details
-
getUnmodifiedResult
Provides anOutgoingTextChatMessageManipulationResultwithout any modifications- Returns:
- an
OutgoingTextChatMessageManipulationResultwithout any modifications - Since:
- 12.1
-
getTextChatMessage
- Returns:
- an
Optionalwith the manipulated text chat message, or an emptyOptionalif no manipulation has been done. - Since:
- 12.1
-