Uses of Interface
com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.ListMessageBuilder
-
Packages that use WhatsAppInteractiveMessageBuilder.ListMessageBuilder Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.api -
-
Uses of WhatsAppInteractiveMessageBuilder.ListMessageBuilder in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement WhatsAppInteractiveMessageBuilder.ListMessageBuilder Modifier and Type Class Description classWhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImplMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder.ListMessageBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.ListMessageBuilderWhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl. addSection()WhatsAppInteractiveMessageBuilder.ListMessageBuilderWhatsAppInteractiveMessageBuilderImpl. list(String actionContent) -
Uses of WhatsAppInteractiveMessageBuilder.ListMessageBuilder in com.flowable.engage.external.system.whatsapp.api
Methods in com.flowable.engage.external.system.whatsapp.api that return WhatsAppInteractiveMessageBuilder.ListMessageBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.ListMessageBuilderWhatsAppInteractiveMessageBuilder.SectionBuilder. addSection()Add the section and continue working on the interactive list message or perform sending message.WhatsAppInteractiveMessageBuilder.ListMessageBuilderWhatsAppInteractiveMessageBuilder. list(String actionContent)Create a List message with the action content visible to the user.
-