Interface WeChatExternalConversationSystemAdapter
- All Superinterfaces:
ExternalConversationSystemAdapter
- All Known Implementing Classes:
WeChatJmsExternalConversationSystemAdapter
- Author:
- Simon Amport
-
Field Summary
Fields inherited from interface com.flowable.engage.external.system.api.ExternalConversationSystemAdapter
SEND_DOCUMENT, SEND_IMAGE, SEND_REPLY, SEND_VIDEO, SEND_VOICE
-
Method Summary
Modifier and TypeMethodDescriptionCreate a message builder for the WeChat template message.Methods inherited from interface com.flowable.engage.external.system.api.ExternalConversationSystemAdapter
createMessageBuilder, fetchSupportedSendMessageTypes, getExternalSystemId, validateMessageContent
-
Method Details
-
createTemplateMessageBuilder
WeChatTemplateMessageBuilder createTemplateMessageBuilder()Create a message builder for the WeChat template message.- Returns:
- the template message builder
-