Uses of Interface
com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder
-
Packages that use WhatsAppInteractiveMessageBuilder Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.api -
-
Uses of WhatsAppInteractiveMessageBuilder in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement WhatsAppInteractiveMessageBuilder Modifier and Type Class Description class
WhatsAppInteractiveMessageBuilderImpl
Methods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder Modifier and Type Method 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)
-
Uses of WhatsAppInteractiveMessageBuilder in com.flowable.engage.external.system.whatsapp.api
Methods in com.flowable.engage.external.system.whatsapp.api that return WhatsAppInteractiveMessageBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder
WhatsAppInteractiveMessageBuilder. body(String bodyText)
The main content of the interactive message bodyWhatsAppInteractiveMessageBuilder
WhatsAppInteractiveMessageBuilder. businessAccountId(String businessAccountId)
The ID of the business account for the external userWhatsAppInteractiveMessageBuilder
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 toWhatsAppInteractiveMessageBuilder
WhatsAppInteractiveMessageBuilder. footer(String footerText)
The footer text that would be visible to the userWhatsAppInteractiveMessageBuilder
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.
-