Uses of Interface
it.auties.whatsapp.model.message.button.InteractiveMessageContent
Packages that use InteractiveMessageContent
Package
Description
-
Uses of InteractiveMessageContent in it.auties.whatsapp.model.button.interactive
Classes in it.auties.whatsapp.model.button.interactive that implement InteractiveMessageContentModifier and TypeClassDescriptionfinal record
A model class that represents a business collectionfinal record
A model class that represents a native flow Here> is an explanation on how to use this kind of messagefinal record
A model class that represents a shop -
Uses of InteractiveMessageContent in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveMessageContentModifier and TypeFieldDescriptionprivate InteractiveMessageContent
InteractiveMessageSimpleBuilder.content
Methods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveMessageContentModifier and TypeMethodDescriptionOptional
<? extends InteractiveMessageContent> InteractiveMessage.content()
Returns the content of this message if it's thereMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveMessageContentModifier and TypeMethodDescriptionInteractiveMessageSimpleBuilder.content
(InteractiveMessageContent content) (package private) static InteractiveMessage
InteractiveMessage.simpleBuilder
(InteractiveHeader header, String body, String footer, InteractiveMessageContent content, ContextInfo contextInfo)