Interface ISendMessageResponse
- All Superinterfaces:
Serializable
Common interface for the response to send message.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Method Details
-
getChatUuid
Returns the UUID of the form record chat the message was sent to.- Returns:
- UUID of the form record chat.
-
getMessageUuid
Returns the UUID of the form record message that was sent.- Returns:
- UUID of the form record message.
-
getPluginResponses
Map<String, ISendMessagePluginResponse> getPluginResponses()Returns the plugin responses for the message. This is a map of plugin names to plugin responses.- Returns:
- A map of plugin responses for the message.
-