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 class
WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
Methods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder.ListMessageBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.ListMessageBuilder
WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl. addSection()
WhatsAppInteractiveMessageBuilder.ListMessageBuilder
WhatsAppInteractiveMessageBuilderImpl. 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.ListMessageBuilder
WhatsAppInteractiveMessageBuilder.SectionBuilder. addSection()
Add the section and continue working on the interactive list message or perform sending message.WhatsAppInteractiveMessageBuilder.ListMessageBuilder
WhatsAppInteractiveMessageBuilder. list(String actionContent)
Create a List message with the action content visible to the user.
-