Uses of Interface
com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder
Packages that use WhatsAppInteractiveMessageBuilder
Package
Description
-
Uses of WhatsAppInteractiveMessageBuilder in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement WhatsAppInteractiveMessageBuilderMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilderModifier and TypeMethodDescriptionWhatsAppInteractiveMessageBuilderImpl.businessAccountId(String businessAccountId) WhatsAppJmsExternalConversationSystemAdapter.createInteractiveMessageBuilder()WhatsAppInteractiveMessageBuilderImpl.externalUserId(String externalUserId) WhatsAppInteractiveMessageBuilderImpl.mediaHeader(String mediaId) 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 WhatsAppInteractiveMessageBuilderModifier and TypeMethodDescriptionThe main content of the interactive message bodyWhatsAppInteractiveMessageBuilder.businessAccountId(String businessAccountId) The ID of the business account for the external userWhatsAppExternalConversationSystemAdapter.createInteractiveMessageBuilder()Create a message builder for the WhatsApp interactive message.WhatsAppInteractiveMessageBuilder.externalUserId(String externalUserId) The ID of the external user to which the message should be sent toThe footer text that would be visible to the userWhatsAppInteractiveMessageBuilder.mediaHeader(String mediaId) The content item ID for the media header.The ID of the message being sent (can be used for logging purposes)WhatsAppInteractiveMessageBuilder.textHeader(String headerText) The header text that would be visible to the user.