Package | Description |
---|---|
com.flowable.engage.external.system.whatsapp | |
com.flowable.engage.external.system.whatsapp.api |
Modifier and Type | Class and Description |
---|---|
class |
WhatsAppInteractiveMessageBuilderImpl |
Modifier and Type | Method and Description |
---|---|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilderImpl.body(String bodyText) |
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilderImpl.businessAccountId(String businessAccountId) |
WhatsAppInteractiveMessageBuilder |
WhatsAppJmsExternalConversationSystemAdapter.createInteractiveMessageBuilder() |
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilderImpl.externalUserId(String externalUserId) |
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilderImpl.footer(String footerText) |
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilderImpl.mediaHeader(String mediaId) |
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilderImpl.messageId(String messageId) |
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilderImpl.textHeader(String headerText) |
Modifier and Type | Method and Description |
---|---|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilder.body(String bodyText)
The main content of the interactive message body
|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilder.businessAccountId(String businessAccountId)
The ID of the business account for the external user
|
WhatsAppInteractiveMessageBuilder |
WhatsAppExternalConversationSystemAdapter.createInteractiveMessageBuilder()
Create a message builder for the WhatsApp interactive message.
|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilder.externalUserId(String externalUserId)
The ID of the external user to which the message should be sent to
|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilder.footer(String footerText)
The footer text that would be visible to the user
|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilder.mediaHeader(String mediaId)
The content item ID for the media header.
|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilder.messageId(String messageId)
The ID of the message being sent (can be used for logging purposes)
|
WhatsAppInteractiveMessageBuilder |
WhatsAppInteractiveMessageBuilder.textHeader(String headerText)
The header text that would be visible to the user.
|