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 classWhatsAppInteractiveMessageBuilderImplMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilderImpl. body(String bodyText)WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilderImpl. businessAccountId(String businessAccountId)WhatsAppInteractiveMessageBuilderWhatsAppJmsExternalConversationSystemAdapter. createInteractiveMessageBuilder()WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilderImpl. externalUserId(String externalUserId)WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilderImpl. footer(String footerText)WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilderImpl. mediaHeader(String mediaId)WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilderImpl. messageId(String messageId)WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilderImpl. 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 WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilder. body(String bodyText)The main content of the interactive message bodyWhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilder. businessAccountId(String businessAccountId)The ID of the business account for the external userWhatsAppInteractiveMessageBuilderWhatsAppExternalConversationSystemAdapter. createInteractiveMessageBuilder()Create a message builder for the WhatsApp interactive message.WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilder. externalUserId(String externalUserId)The ID of the external user to which the message should be sent toWhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilder. footer(String footerText)The footer text that would be visible to the userWhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilder. mediaHeader(String mediaId)The content item ID for the media header.WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilder. messageId(String messageId)The ID of the message being sent (can be used for logging purposes)WhatsAppInteractiveMessageBuilderWhatsAppInteractiveMessageBuilder. textHeader(String headerText)The header text that would be visible to the user.
-