Class WhatsAppBotImageMessage
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class WhatsAppBotImageMessage extends WhatsAppBotMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final WhatsAppBotAttachmentimageprivate final WhatsAppBotRecipientTyperecipientTypeprivate final ConnectorTypeconnectorTypeprivate final Stringtoprivate final WhatsAppBotMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppBotImageMessage(WhatsAppBotAttachment image, WhatsAppBotRecipientType recipientType, String userId)
-
Method Summary
Modifier and Type Method Description final WhatsAppBotAttachmentgetImage()WhatsAppBotRecipientTypegetRecipientType()-
Methods inherited from class ai.tock.bot.connector.whatsapp.model.send.WhatsAppBotMessage
getConnectorType, getTo, getType -
Methods inherited from class ai.tock.bot.connector.ConnectorMessage
obfuscate, toConnectorMessage, toGenericMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WhatsAppBotImageMessage
WhatsAppBotImageMessage(WhatsAppBotAttachment image, WhatsAppBotRecipientType recipientType, String userId)
-
-
Method Detail
-
getImage
final WhatsAppBotAttachment getImage()
-
getRecipientType
WhatsAppBotRecipientType getRecipientType()
-
-
-
-